Skip to content

Commit

Permalink
Merge 3647869 into 26af9f5
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys committed Jan 28, 2020
2 parents 26af9f5 + 3647869 commit 8e5b41c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reana_client/cli/workflow.py
Expand Up @@ -347,6 +347,9 @@ def workflow_start(ctx, workflow, access_token,
response = start_workflow(workflow,
access_token,
parsed_parameters)
if parsed_parameters['restart']:
workflow = response['workflow_name'] + '.' + \
str(response['run_number'])
current_status = get_workflow_status(workflow,
access_token).get('status')
click.secho(
Expand Down

0 comments on commit 8e5b41c

Please sign in to comment.