9327:2b768afcaee1 | 9328:49a0a9cb2505 |
---|---|
31 @param rcode result code to report back (integer) | 31 @param rcode result code to report back (integer) |
32 """ | 32 """ |
33 global currDir | 33 global currDir |
34 | 34 |
35 if sys.platform.startswith("win"): | 35 if sys.platform.startswith("win"): |
36 with contextlib.suppress(): | 36 with contextlib.suppress(EOFError): |
37 input("Press enter to continue...") # secok | 37 input("Press enter to continue...") # secok |
38 | 38 |
39 os.chdir(currDir) | 39 os.chdir(currDir) |
40 | 40 |
41 sys.exit(rcode) | 41 sys.exit(rcode) |