Skip to content

Commit 55282d8

Browse files
committed
update upload script
1 parent 0c29f74 commit 55282d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: update_s3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def upload_with_content_type(file, full_key, auto):
5252
shallow=False)
5353
except FileNotFoundError:
5454
pass # files_match already set to False
55-
if True: #not files_match:
55+
if not files_match:
5656
with open(os.path.join(root, file), "rb") as auto:
5757
full_key = file
5858
if subdir:

0 commit comments

Comments
 (0)