mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-25 16:32:47 +00:00
parent
61df7688d9
commit
e8e5ce3f06
|
|
@ -78,7 +78,7 @@ class RemoteSite:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("Panic: failed to get file list")
|
print("Panic: failed to get file list")
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
sys.exit(1)
|
os._exit(1)
|
||||||
if not r.ok:
|
if not r.ok:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue