mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
sfx: dont hang supervisors
This commit is contained in:
parent
f2cd0b0c4a
commit
8a5d0399dd
|
@ -364,6 +364,7 @@ def utime(top):
|
||||||
def confirm(rv):
|
def confirm(rv):
|
||||||
msg()
|
msg()
|
||||||
msg("retcode", rv if rv else traceback.format_exc())
|
msg("retcode", rv if rv else traceback.format_exc())
|
||||||
|
if WINDOWS:
|
||||||
msg("*** hit enter to exit ***")
|
msg("*** hit enter to exit ***")
|
||||||
try:
|
try:
|
||||||
raw_input() if PY2 else input()
|
raw_input() if PY2 else input()
|
||||||
|
|
Loading…
Reference in a new issue