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 2231c87 commit dd687c8Copy full SHA for dd687c8
__main__.py
@@ -11,7 +11,7 @@ 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 and args.only_data:
+ 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
0 commit comments