freelabz/secator

fix(error handling): catch all exceptions

Opened this issue · 0 comments

Catch all kinds of exceptions (included Python-based) in runners/command.py:431 using a broad except Exception as e: