| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -153,7 +153,7 @@ def runsource( | |||
| 153 | 153 | return super().runsource(source, filename, symbol) | |
| 154 | 154 | ||
| 155 | 155 | def showsyntaxerror( | |
| 156 | - self, filename: Optional[str] = None, source: Optional[str] = None | ||
| 156 | + self, filename: Optional[str] = None, **kwargs | ||
| 157 | 157 | ) -> None: | |
| 158 | 158 | """Override the regular handler, the code's copied and pasted from | |
| 159 | 159 | code.py, as per showtraceback, but with the syntaxerror callback called | |
| Back | FazBrowse Home | New Git URL |
0 commit comments