You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After searching a long time for this error: #132
I think we should add some good Exception Handling. At least using print(traceback.format_exc()) for all Exceptions.
And we also need to make sure that if python code fails, that the bash script running it also fails, so the CI shows the issue.
The text was updated successfully, but these errors were encountered:
After searching a long time for this error: #132
I think we should add some good Exception Handling. At least using
print(traceback.format_exc())
for all Exceptions.And we also need to make sure that if python code fails, that the bash script running it also fails, so the CI shows the issue.
The text was updated successfully, but these errors were encountered: