Skip to content

Commit dd687c8

Browse files
Ghesselinkaothms
authored andcommitted
rm only_data
1 parent 2231c87 commit dd687c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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 and args.only_data:
14+
if args.only_header:
1515
print("Cannot use both --only-header and --only-data at the same time", file=sys.stderr)
1616
sys.exit(2)
1717

0 commit comments

Comments
 (0)