We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85003b1 commit ac3037aCopy full SHA for ac3037a
cwltool/main.py
@@ -499,9 +499,9 @@ def main(argsl=None,
499
return 1
500
except Exception as exc:
501
_logger.error(
502
- u"I'm sorry, I couldn't load this CWL file%s, try again with "
503
- "--debug for more information.\nThe error was: %s" % exc
504
- if not args.debug else ". The error was:",
+ u"I'm sorry, I couldn't load this CWL file%s",
+ ", try again with --debug for more information.\nThe error was: "
+ "%s" % exc if not args.debug else ". The error was:",
505
exc_info=(exc if args.debug else False))
506
507
0 commit comments