Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Jan 11, 2024
1 parent f5abf0b commit b435c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_tools/chadmin/internal/zookeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def remove_subpaths(paths):
normalized.append(path)
return normalized

if not len(paths):
if len(paths) == 0:
return
print("Node to recursive delete", paths)
paths = remove_subpaths(paths)
Expand Down

0 comments on commit b435c63

Please sign in to comment.