[V3] Use sys.exit() over exit() (#1755)

This commit is contained in:
Tobotimus
2018-06-03 07:56:28 +10:00
committed by Will
parent ddbbba4aaa
commit c1f09326cc
2 changed files with 8 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ def debug_info():
+ "User: {}\n".format(user_who_ran)
)
print(info)
exit(0)
sys.exit(0)
def main_menu():