sb: Fix typo on the urlparse name in download.py

Updates #2619.
This commit is contained in:
Chris Johns
2016-03-10 15:06:32 +11:00
parent d78a63ff1c
commit 62f76d9817
2 changed files with 1 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ except KeyboardInterrupt:
print('abort: user terminated', file = sys.stderr)
sys.exit(1)
except:
raise
print('error: unknown application load error', file = sys.stderr)
sys.exit(1)