LUMC / pytest-workflow

Configure workflow/pipeline tests using yaml files.
https://pytest-workflow.readthedocs.io/en/stable/
GNU Affero General Public License v3.0
64 stars 9 forks source link

Fix unbound local variable error #197

Closed jdidion closed 5 months ago

jdidion commented 5 months ago

If the call to open stdout or stderr files, the corresponding variable will be unbound and result in an error.

Checklist

rhpvorderman commented 5 months ago

Thank you! I am sorry for not responding to this earlier.