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 7f1e66a commit 719ee3cCopy full SHA for 719ee3c
Doc/tools/check-warnings.py
@@ -348,4 +348,4 @@ def main(argv: list[str] | None = None) -> int:
348
349
350
if __name__ == "__main__":
351
- sys.exit(main())
+ sys.exit(main(sys.argv[1:]))
0 commit comments