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 f3867fd commit 5ba597dCopy full SHA for 5ba597d
resources/author-check.py
@@ -4,6 +4,7 @@
4
import sys
5
import tomllib
6
7
+
8
def error(msg):
9
print('ERROR:', msg, file=sys.stderr)
10
sys.exit(1)
0 commit comments