| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3bd1c25 commit 68df142
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -183,7 +183,7 @@ def _blocking_run_code(self): | |||
| 183 | 183 | try: | |
| 184 | 184 | unfinished = self.interp.runsource(self.source) | |
| 185 | 185 | except SystemExit as e: | |
| 186 | - return SystemExitRequest(e.args) | ||
| 186 | + return SystemExitRequest(*e.args) | ||
| 187 | 187 | return Unfinished() if unfinished else Done() | |
| 188 | 188 | ||
| 189 | 189 | def request_from_main_context(self, force_refresh=False): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments