We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8cc4b commit 87cad53Copy full SHA for 87cad53
wes_client/wes_client_main.py
@@ -86,7 +86,7 @@ def main(argv=sys.argv[1:]):
86
else:
87
logging.basicConfig(level=logging.INFO)
88
89
- args.attachments = args.attachments if not args.attachments else args.attachments.split(',')
+ args.attachments = "" if not args.attachments else args.attachments.split(',')
90
r = client.run(args.workflow_url, args.job_order, args.attachments)
91
92
if args.wait:
0 commit comments