Skip to content

Commit 261660c

Browse files
committed
Merge branch 'dev'
2 parents 2bfb74c + 049fe5b commit 261660c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/moodle_to_vikwikiquiz/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
def main() -> None:
2121
# future: remove the conditional below when https://github.com/linkedin/shiv/issues/268 is fixed
2222
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/!")
23+
raise SystemError(
24+
"This app requires Python 3.12 or later. Please upgrade it from https://www.python.org/downloads/!"
25+
)
2426

2527
args = parse_arguments()
2628
configure_logging(args.verbose)

0 commit comments

Comments
 (0)