Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: reana-client list --format failure #432

Closed
mvidalgarcia opened this issue Oct 15, 2020 · 0 comments · Fixed by #433
Closed

cli: reana-client list --format failure #432

mvidalgarcia opened this issue Oct 15, 2020 · 0 comments · Fixed by #433

Comments

@mvidalgarcia
Copy link
Member

mvidalgarcia commented Oct 15, 2020

$ reana-client list
NAME           RUN_NUMBER   CREATED               STARTED               ENDED                 STATUS  
roofit-fail    1            2020-10-14T10:42:20   2020-10-14T10:42:21   2020-10-14T10:42:38   failed  
roo            1            2020-10-14T10:23:06   2020-10-14T10:23:06   2020-10-14T10:23:30   finished
root6-roofit   1            2020-10-14T10:22:48   2020-10-14T10:22:49   2020-10-14T10:23:13   finished
$ reana-client list --format status=failed,name=test_workflow  
Workflow list could not be retrieved: 
list.remove(x): x not in list
$ reana-client list --format status=failed,name=roofit-fail  
Workflow list could not be retrieved: 
list.remove(x): x not in list

I might only happen when there are failed workflows (?)

Original post @ #428 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant