Skip to content

Commit

Permalink
Format file with black
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Oct 31, 2023
1 parent f034b72 commit 89a3056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pooch/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ def __call__(self, fname, action, pooch):
(action in ("update", "download"))
or (not os.path.exists(self.extract_dir))
or not all(
os.path.exists(os.path.join(self.extract_dir, m))
for m in members
os.path.exists(os.path.join(self.extract_dir, m)) for m in members
)
):
# Make sure that the folder with the extracted files exists
Expand Down

0 comments on commit 89a3056

Please sign in to comment.