Skip to content

Commit 9b16b0b

Browse files
committed
Lint
1 parent 2d58947 commit 9b16b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_download_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _update_index_html(files, s3_client, dryrun=False):
7777
Key=index_file_path,
7878
Body=new_index,
7979
ContentType='text/html',
80-
CacheControl='no-cache'
80+
CacheControl='no-cache',
8181
)
8282

8383

0 commit comments

Comments
 (0)