9327:2b768afcaee1 | 9328:49a0a9cb2505 |
---|---|
40 @param rcode result code to report back (integer) | 40 @param rcode result code to report back (integer) |
41 """ | 41 """ |
42 global currDir | 42 global currDir |
43 | 43 |
44 if sys.platform.startswith("win"): | 44 if sys.platform.startswith("win"): |
45 with contextlib.suppress(): | 45 with contextlib.suppress(EOFError): |
46 input("Press enter to continue...") # secok | 46 input("Press enter to continue...") # secok |
47 | 47 |
48 os.chdir(currDir) | 48 os.chdir(currDir) |
49 | 49 |
50 sys.exit(rcode) | 50 sys.exit(rcode) |