Skip to content

Commit

Permalink
Run test cases on hns
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Oct 18, 2024
1 parent 2586871 commit b7cc38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def info(
result = self._get_dir_info(bucket, key, fullpath)

if not result:
result = self._object_info(bucket, key, version_id)
result = self._object_info(bucket, key, version_id)

if not result:
raise FileNotFoundError(f"Can not get information for path: {path}")
Expand Down

0 comments on commit b7cc38c

Please sign in to comment.