Skip to content

Commit 4a56a2b

Browse files
Ghesselinkaothms
authored andcommitted
rm simultaneous only-data & only-headercheck
1 parent dd687c8 commit 4a56a2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

__main__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ def main():
1111
parser.add_argument("--only-header", action="store_true", help="Validate only the header section.")
1212

1313
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)
1714

1815
try:
1916
parse(

0 commit comments

Comments
 (0)