fix: test: logerr args (#222)

Thank you!
This commit is contained in:
rachmadani haryono 2017-10-14 22:39:57 +08:00 committed by Arun Prakash Jana
parent 567763238a
commit 956e3965f0

View File

@ -2615,7 +2615,7 @@ def is_bad_url(url):
try:
netloc = parse_url(url).netloc
except LocationParseError as e:
logerr('%s, URL: %s', (e, url))
logerr('%s, URL: %s', e, url)
return True
if not netloc:
# Try of prepend '//' and get netloc