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.
2 parents 2bfb74c + 049fe5b commit 261660cCopy full SHA for 261660c
src/moodle_to_vikwikiquiz/main.py
@@ -20,7 +20,9 @@
20
def main() -> None:
21
# future: remove the conditional below when https://github.com/linkedin/shiv/issues/268 is fixed
22
if version_info < (3, 12):
23
- raise SystemError("This app requires Python 3.12 or later. Please upgrade it from https://www.python.org/downloads/!")
+ raise SystemError(
24
+ "This app requires Python 3.12 or later. Please upgrade it from https://www.python.org/downloads/!"
25
+ )
26
27
args = parse_arguments()
28
configure_logging(args.verbose)
0 commit comments