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
Currently exc_to_msg is a context manager that must be invoked before calling any JobComm code in order to transform all exceptions into comm errors. Converting it into a class decorator for JobComm would simplify all invocations of JobComm code and remove margins for error forgetting to invoke the context manager.
The text was updated successfully, but these errors were encountered:
Currently
exc_to_msg
is a context manager that must be invoked before calling anyJobComm
code in order to transform all exceptions into comm errors. Converting it into a class decorator forJobComm
would simplify all invocations ofJobComm
code and remove margins for error forgetting to invoke the context manager.The text was updated successfully, but these errors were encountered: