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 dd687c8 commit 4a56a2bCopy full SHA for 4a56a2b
__main__.py
@@ -11,9 +11,6 @@ def main():
11
parser.add_argument("--only-header", action="store_true", help="Validate only the header section.")
12
13
args = parser.parse_args()
14
- if args.only_header:
15
- print("Cannot use both --only-header and --only-data at the same time", file=sys.stderr)
16
- sys.exit(2)
17
18
try:
19
parse(
0 commit comments