You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upload_to_server does some calculation on what the final path should be by substractiing the current working directory.
This hampers the ability to submit workflows form a different directory
It would be great to be able to specify the "file root" in upload_to_server (which can very well default to os.getcwd())
The text was updated successfully, but these errors were encountered:
lukasheinrich
changed the title
allow speicfying base path that is subtracted from abspath in upload_to_server
allow specifying base path that is subtracted from abspath in upload_to_serverApr 23, 2021
partially related to #491
upload_to_server
does some calculation on what the final path should be by substractiing the current working directory.This hampers the ability to submit workflows form a different directory
It would be great to be able to specify the "file root" in
upload_to_server
(which can very well default toos.getcwd()
)reana-client/reana_client/api/client.py
Line 545 in 03460b7
The text was updated successfully, but these errors were encountered: