diff --git a/check_rep.py b/check_rep.py index e473327..7ffd969 100644 --- a/check_rep.py +++ b/check_rep.py @@ -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()