X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/78317dade4e29b06f1f83b16603cc8ef5c42c434..dc29394d6e4df36a1cab5beae69c3331e037bdb1:/crunch_scripts/run-command diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command index 48c8b5821d..c5fbcdfc02 100755 --- a/crunch_scripts/run-command +++ b/crunch_scripts/run-command @@ -173,12 +173,12 @@ try: logger.info("{}{}{}".format(' '.join(cmd), (" < " + stdinname) if stdinname is not None else "", (" > " + stdoutname) if stdoutname is not None else "")) except subst.SubstitutionError as e: logger.error(str(e)) - logger.error("task parameters was:") + logger.error("task parameters were:") logger.error(pprint.pformat(taskp)) sys.exit(1) except Exception as e: logger.exception("caught exception") - logger.error("task parameters was:") + logger.error("task parameters were:") logger.error(pprint.pformat(taskp)) sys.exit(1)