1
0
Fork 0

make menu return to setup.py instead of exiting

This commit is contained in:
Kim, Jimin 2022-07-01 14:24:40 +09:00
parent 9f57d64f6e
commit cb1ade47c4

View file

@ -36,7 +36,8 @@ def menu():
input("Work In Progress (press Enter to return to menu)")
menu()
elif choice == Choices.QUIT:
exit(0)
# return to `setup.py` so it can exit safely
return
else:
print(
"""You should not have been able to reach this side of the code,