Commit e76b8204 authored by Michael Tremer's avatar Michael Tremer

python: Fix missing bracket

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 3ce28dea
......@@ -445,7 +445,7 @@ class CLI(object):
for line in downloader.request_lines(url):
self._parse_line(line, source, validcountries)
except urllib.error.URLError as e:
log.error("Could not retrieve data from %s: %s" % (source, e)
log.error("Could not retrieve data from %s: %s" % (source, e))
error = True
# Continue with the next source
......
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