Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mandolaerik authored and lwaern-intel committed Jan 21, 2025
1 parent 8d726f4 commit 20a93d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/dml/dmlc.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ def main(argv):
if tag in features:
del features[tag]
else:
options.error(f'invalid tag {tag} for --no-compat.'
' Try --help-no-compat.')
parser.error(f'invalid tag {tag} for --no-compat.'
' Try --help-no-compat.')

if options.strict_int:
tag = compat.dml12_int.tag()
Expand Down

0 comments on commit 20a93d6

Please sign in to comment.