Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jan 10, 2024
1 parent f26e427 commit 1d8d323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def upload_dir(directory, include_img=True, hash_cache=None):
continue
key_name = fpath[len(directory) :]
key_name = key_name.removeprefix("/")
print("> " + fpath)
print(">>>>>> " + key_name)
print(f"...{key_name}")
all_targets.append((BUCKET, fpath, key_name))

if hash_cache is not None:
Expand Down

0 comments on commit 1d8d323

Please sign in to comment.