Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Feb 5, 2024
1 parent 397b48c commit ab6e302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gadma/cli/settings_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def __setattr__(self, name, value):
# 1.8.0 expand path of files:
if (value is not None and
(name in self._empty_dir_attrs or
name in self._exist_file_attrs or
name in self._exist_file_attrs or
name in self._exist_dir_attrs)):
abspath_value = []
for val in value.split(","):
Expand Down

0 comments on commit ab6e302

Please sign in to comment.