Skip to content

Commit

Permalink
fix: change variable name to match parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Dec 17, 2024
1 parent eedad94 commit ff5e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsb/storage/fs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def versions(self):
return json.loads(path.read_text())

@staticmethod
def recognizes(root, comm):
def recognizes(root, lock):
try:
return os.path.exists(root) and os.path.isdir(root)
except Exception:
Expand Down

0 comments on commit ff5e05c

Please sign in to comment.