Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Dec 18, 2023
1 parent 870eb00 commit 300aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/io/google_drive_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def gdrive_download(
kwargs = {"fuzzy": True}
if id_ in file_ids:
f = file_ids[id_]
# Use the name in the collection filename passed
# Use the name in the collection filename passed
filename = filename if filename is not None else f[0]
kwargs["id"] = f[1]

Expand Down

0 comments on commit 300aaa3

Please sign in to comment.