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

Add support for "failed" task_output in Run.get_run_id method #17

Closed
tdruez opened this issue Sep 22, 2020 · 0 comments
Closed

Add support for "failed" task_output in Run.get_run_id method #17

tdruez opened this issue Sep 22, 2020 · 0 comments
Assignees

Comments

@tdruez
Copy link
Contributor

tdruez commented Sep 22, 2020

The following may occur when a task has failed early, before running a pipeline. The task_output will then have some content but no "run-id 123456789" string to be found, raising an issue on get_run_id calls.

Exception raised in callable attribute "get_run_id"; 
original exception was: 'NoneType' object has no attribute 'group'
@tdruez tdruez self-assigned this Sep 22, 2020
tdruez added a commit that referenced this issue Sep 22, 2020
Signed-off-by: Thomas Druez <tdruez@nexb.com>
@tdruez tdruez closed this as completed Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant