make menu return to setup.py
instead of exiting
This commit is contained in:
parent
9f57d64f6e
commit
cb1ade47c4
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue