Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
tpall committed Nov 16, 2018
1 parent f47fbed commit 6d7d44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zenodo_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def md5(fname):
raise requests.HTTPError(f"Error in data upload, status code: {r.status_code} {r.json()['message']}")

else:
print("File {} is already uploaded!".format(os.path.basename(zipfile)))
print("Doing nothing. File {} is already uploaded!\nPlease delete local and remote copy of the file\nif you wish to upload new version.".format(os.path.basename(zipfile)))

0 comments on commit 6d7d44a

Please sign in to comment.