Skip to content

Commit ac1301c

Browse files
authored
lint
1 parent b5053a4 commit ac1301c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/galaxy/objectstore/s3_multipart_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ def split_file(in_file, mb_size, split_num=5):
7676
threads.append(t)
7777
for t in threads:
7878
t.join()
79-
79+
8080
mp.complete_upload()

0 commit comments

Comments
 (0)