Skip to content

Commit

Permalink
pass check
Browse files Browse the repository at this point in the history
  • Loading branch information
littleEast7 committed Dec 6, 2024
1 parent 5bea21f commit 95d3c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alluxiofs/client/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ def get_file_status(self, path):
)
response.raise_for_status()
data = json.loads(response.content)[0]
if data["mContentHash"] is None:
data["mContentHash"] = ""
return AlluxioPathStatus(
data["mType"],
data["mName"],
Expand Down

0 comments on commit 95d3c58

Please sign in to comment.