Commit 118aa533 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix malformed line (PyChecker)

parent 49fa2bda
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment