mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Fix malformed line (PyChecker)
This commit is contained in:
parent
49fa2bdaa1
commit
118aa5337c
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ def _synthesize(browser):
|
|||
controller.basename = os.path.basename(browser)
|
||||
register(browser, None, controller)
|
||||
return [None, controller]
|
||||
ret
|
||||
return [None, None]
|
||||
|
||||
|
||||
def _iscommand(cmd):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue