From f1512d42bd4edc91ef038bfeed7082c260d26aaf Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 24 Oct 2012 17:33:58 +0100 Subject: [PATCH] Fixed a bug with defaults --- curlish.py | 1 - 1 file changed, 1 deletion(-) diff --git a/curlish.py b/curlish.py index b63c9cf..b6fdb11 100755 --- a/curlish.py +++ b/curlish.py @@ -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: