Skip to content

Commit 2500d7a

Browse files
author
Peter Amstutz
committed
Fix whitespace error.
1 parent 21f5ece commit 2500d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_client/wes_client_main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main(argv=sys.argv[1:]):
7878
if not args.workflow_url:
7979
parser.print_help()
8080
return 1
81-
81+
8282
if not args.job_order:
8383
logging.error("Missing json/yaml file.")
8484
return 1

0 commit comments

Comments
 (0)