We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b7879 commit 112e0b3Copy full SHA for 112e0b3
scripts/create_download_tracker.py
@@ -66,7 +66,7 @@ def _update_index_html(files, s3_client, dryrun=False):
66
text_list.append('<br>')
67
68
text_list.append(current_index_file[insertion_point:])
69
- new_index = ''.join(text_list)
+ new_index = '\n'.join(text_list)
70
if dryrun:
71
print('New index file:') # noqa: T201 `print` found
72
print(new_index) # noqa: T201 `print` found
0 commit comments