Commit c0b5075
authored
fix(gazelle): Explicitly call sys.exit in the modules_mapping generator (#2662)
When running python with `-S` to disable the `site` module, `exit` isn't
implicitly imported and you need to explicitly call `sys.exit` instead.
Seems to be a remnant of the REPL1 parent 389431b commit c0b5075
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
0 commit comments