3018:70924c0bdaf1 | 3019:7912530a33e2 |
---|---|
66 | 66 |
67 | 67 |
68 def exit(rcode=0): | 68 def exit(rcode=0): |
69 """ | 69 """ |
70 Exit the install script. | 70 Exit the install script. |
71 | |
72 @param rcode result code to report back (integer) | |
71 """ | 73 """ |
72 global currDir | 74 global currDir |
73 | 75 |
74 if sys.platform.startswith("win"): | 76 if sys.platform.startswith("win"): |
75 try: | 77 try: |