Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into musicode
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavsulc committed Oct 24, 2023
2 parents 09c446d + c50cdf1 commit b4a0ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mupifDB/workflow_execution_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import argparse
import mupifDB
import mupif as mp
import Pyro5.errors


log = logging.getLogger('workflow_execution_script')
Expand Down Expand Up @@ -69,6 +70,8 @@

except Exception as err:
log.exception(err)
if hasattr(err,'_pyroTraceback'):
log.error(''.join(Pyro5.errors.get_pyro_traceback()))
try:
workflow.terminate()
except:
Expand Down

0 comments on commit b4a0ed7

Please sign in to comment.