Fix flag name from #4835 (#4844)

This commit is contained in:
Jon Ross-Perkins
2025-01-24 17:25:46 +00:00
committed by GitHub
parent aec951d7c3
commit 22c0198835
+1 -1
View File
@@ -45,7 +45,7 @@ def main() -> None:
parser.add_argument("files", nargs="*")
args = parser.parse_args()
if args.allow_check_fail:
if args.non_fatal_checks:
if build_mode == "opt":
exit(
"`--non-fatal-checks` is incompatible with inferred "