Skip to content

Commit 7ffe8ca

Browse files
committed
flake8
1 parent ed6408c commit 7ffe8ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cwltool/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
142142
default=True, dest="strict")
143143

144144
parser.add_argument("--skip-schemas", action="store_true",
145-
help="Skip loading of schemas",
146-
default=True, dest="skip_schemas")
145+
help="Skip loading of schemas", default=True, dest="skip_schemas")
147146

148147
exgroup = parser.add_mutually_exclusive_group()
149148
exgroup.add_argument("--verbose", action="store_true", help="Default logging")

0 commit comments

Comments
 (0)