Skip to content

Commit 860057b

Browse files
authored
Fix upload (dotnet#2401)
1 parent 2bb9047 commit 860057b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/upload.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def upload(globpath, container, queue, sas_token_env, storage_account_uri):
3838
queue_client.send_message(blob_client.url)
3939

4040
getLogger().info("upload complete")
41-
return 0
41+
return 0
4242

4343
except Exception as ex:
4444
getLogger().error('{0}: {1}'.format(type(ex), str(ex)))
4545
getLogger().error(format_exc())
46-
return 1
46+
return 1

0 commit comments

Comments
 (0)