Skip to content

Commit 112e0b3

Browse files
committed
adding new line
1 parent e1b7879 commit 112e0b3

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
@@ -66,7 +66,7 @@ def _update_index_html(files, s3_client, dryrun=False):
6666
text_list.append('<br>')
6767

6868
text_list.append(current_index_file[insertion_point:])
69-
new_index = ''.join(text_list)
69+
new_index = '\n'.join(text_list)
7070
if dryrun:
7171
print('New index file:') # noqa: T201 `print` found
7272
print(new_index) # noqa: T201 `print` found

0 commit comments

Comments
 (0)