| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b333f28 commit f0048eb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,8 +53,9 @@ def run_with_tty(command): | |||
| 53 | 53 | if p.poll() is None: | |
| 54 | 54 | p.kill() | |
| 55 | 55 | p.wait() | |
| 56 | - if p.returncode: | ||
| 57 | - raise RuntimeError(f"Subprocess exited with {p.returncode}") | ||
| 56 | + | ||
| 57 | + if p.returncode: | ||
| 58 | + raise RuntimeError(f"Subprocess exited with {p.returncode}") | ||
| 58 | 59 | ||
| 59 | 60 | return ( | |
| 60 | 61 | result[master_stdout].decode(getpreferredencoding()), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments