Show More
@@ -53,7 +53,7 b' def install_editor(template, wait=False):' | |||
|
53 | 53 | if sys.platform.startswith('win'): |
|
54 | 54 | cmd = shlex.split(cmd) |
|
55 | 55 | proc = subprocess.Popen(cmd, shell=True) |
|
56 |
if |
|
|
56 | if proc.wait() != 0: | |
|
57 | 57 | raise TryNext() |
|
58 | 58 | if wait: |
|
59 | 59 | py3compat.input("Press Enter when done editing:") |
General Comments 0
You need to be logged in to leave comments.
Login now