Skip to content

Commit

Permalink
persistence: amend default user name
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Rodriguez <diego.rodriguez@cern.ch>
  • Loading branch information
Diego Rodriguez committed Jun 16, 2017
1 parent 48cb6bb commit 0321cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_workflow_engine_yadage/tasks.py
Expand Up @@ -48,7 +48,7 @@ def run_yadage_workflow_standalone(workflow_uuid, ctx):

analysis_directory = os.path.join(
os.getenv('SHARED_VOLUME', '/data'),
'default_tenant', # FIXME should come as parameter from RWC
'00000000-0000-0000-0000-000000000000', # FIXME parameter from RWC
'analyses',
workflow_uuid)

Expand Down

0 comments on commit 0321cec

Please sign in to comment.