Skip to content

Commit

Permalink
Fixed a bug with defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 24, 2012
1 parent eeb8e55 commit f1512d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion curlish.py
Expand Up @@ -457,7 +457,6 @@ def get_site(site_name, url_arg):
base_url = site.get('base_url')
if base_url and url_arg.startswith(base_url):
matches.append(Site(name, site))
break
if len(matches) == 1:
return matches[0]
for match in matches:
Expand Down

0 comments on commit f1512d4

Please sign in to comment.