Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Dec 18, 2024
2 parents 2bfb74c + 049fe5b commit 261660c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/moodle_to_vikwikiquiz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
def main() -> None:
# future: remove the conditional below when https://github.com/linkedin/shiv/issues/268 is fixed
if version_info < (3, 12):
raise SystemError("This app requires Python 3.12 or later. Please upgrade it from https://www.python.org/downloads/!")
raise SystemError(
"This app requires Python 3.12 or later. Please upgrade it from https://www.python.org/downloads/!"
)

args = parse_arguments()
configure_logging(args.verbose)
Expand Down

0 comments on commit 261660c

Please sign in to comment.