Skip to content

Commit 8a54e7c

Browse files
committed
revert changes in cwltool/main.py
1 parent 58ebaf8 commit 8a54e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cwltool/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ def main(argsl=None, # type: List[str]
649649
if args.version:
650650
print(versionfunc())
651651
return 0
652-
# else:
653-
# _logger.info(versionfunc())
652+
else:
653+
_logger.info(versionfunc())
654654

655655
if not args.workflow:
656656
if os.path.isfile("CWLFile"):

0 commit comments

Comments
 (0)