Commit f7eb4faf authored by Eric S. Raymond's avatar Eric S. Raymond

Fixes a fatal bug when the module has computed alternatives containing %s.

parent a42c8271
......@@ -24,7 +24,7 @@ def get(using=None):
for browser in alternatives:
if browser.find('%s') > -1:
# User gave us a command line, don't mess with it.
return browser
return GenericBrowser(browser)
else:
# User gave us a browser name.
command = _browsers[browser.lower()]
......
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