We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74108ee commit cdbed3bCopy full SHA for cdbed3b
extras/quota/xattr_analysis.py
@@ -36,7 +36,7 @@ def get_quota_xattr_brick():
36
filename = k
37
print("=====" + filename + "=======")
38
xdict = {}
39
- elif k is "":
+ elif k == "":
40
pass
41
else:
42
print(xattr)
0 commit comments