Skip to content

Commit 07f6285

Browse files
committed
always return
1 parent 562324f commit 07f6285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/simcore-sdk/src/simcore_sdk/node_ports_common/filemanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def complete_file_upload(
5757
# should not be None because a file is being uploaded
5858
if not is_directory:
5959
assert e_tag is not None # nosec
60-
return e_tag
60+
return e_tag
6161

6262

6363
async def get_download_link_from_s3(

0 commit comments

Comments
 (0)