From: Peter Amstutz Date: Mon, 21 Mar 2016 21:02:51 +0000 (-0400) Subject: 8654: Add args.debug = True to get backtraces on errors X-Git-Tag: 1.1.0~1022^2~30 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/cb6d05e27e37f29ea99cf6e474ee09a1479252e1 8654: Add args.debug = True to get backtraces on errors --- diff --git a/crunch_scripts/cwl-runner b/crunch_scripts/cwl-runner index fbcb87326f..05be46a69e 100755 --- a/crunch_scripts/cwl-runner +++ b/crunch_scripts/cwl-runner @@ -36,6 +36,7 @@ try: np.project_uuid = arvados.current_job()["owner_uuid"] np.enable_reuse = True np.submit = False + np.debug = True outputObj = runner.arvExecutor(t, job_order_object, "", np, cwl_runner_job=arvados.current_job()) files = {}