Skip to content

Commit 67a7e1c

Browse files
virag-compbiotedil
andauthored
Update packages/grz-common/src/grz_common/workers/upload.py
Co-authored-by: Till Hartmann <till.hartmann@bih-charite.de>
1 parent 967c2af commit 67a7e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/grz-common/src/grz_common/workers

packages/grz-common/src/grz_common/workers/upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _upload_logged_files(self, encrypted_submission, progress_logger, files_to_u
202202
raise e
203203
else:
204204
self.__log.info(
205-
"File '%s' already uploaded for submission'%s' (at '%s')",
205+
"File '%s' already uploaded for submission '%s' (at '%s')",
206206
str(file_path),
207207
encrypted_submission.submission_id,
208208
str(s3_object_id),

0 commit comments

Comments
 (0)