reanahub / reana-client

REANA command-line client
http://reana-client.readthedocs.io/
MIT License
10 stars 46 forks source link

cli: upload files to an unexisting workflow returns successfull message #401

Closed mvidalgarcia closed 2 years ago

mvidalgarcia commented 4 years ago

To reproduce:

$ reana-client upload test.txt -w unexisting
File test.txt was successfully uploaded.
mvidalgarcia commented 2 years ago

This issue has been fixed, it's not the case anymore.

$ reana-client upload test.txt -w unexisting
==> ERROR: Something went wrong while uploading /Users/marco/code/reanahub/reana-demo-root6-roofit/test.txt: 
REANA_WORKON is set to unexisting, but that workflow does not exist. Please set your REANA_WORKON environment variable appropriately.