10419:2fda68a9168d | 10420:5ac83a87954d |
---|---|
16 | 16 |
17 def exit(rcode=0): | 17 def exit(rcode=0): |
18 """ | 18 """ |
19 Exit the install script. | 19 Exit the install script. |
20 | 20 |
21 @param rcode result code to report back (integer) | 21 @param rcode result code to report back |
22 @type int | |
22 """ | 23 """ |
23 print() | 24 print() |
24 | 25 |
25 if sys.platform.startswith(("win", "cygwin")): | 26 if sys.platform.startswith(("win", "cygwin")): |
26 with contextlib.suppress(EOFError): | 27 with contextlib.suppress(EOFError): |