Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Updated Python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dfirsec committed Jul 1, 2022
1 parent 7208b20 commit 4044768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_rep.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def main(settings):

# ---[ Python v3.7+ check ]---
if sys.version_info[0] == 3 and sys.version_info[1] <= 8:
sys.exit("\n[x] Please use python version 3.8 or higher.\n")
print("\n[x] Please use python version 3.8 or higher.\n")

# ---[ Configuration Parser ]---
yaml = YAML()
Expand Down

0 comments on commit 4044768

Please sign in to comment.