summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/setbuilder.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-10 15:06:32 +1100
committerChris Johns <chrisj@rtems.org>2016-03-10 15:06:32 +1100
commit62f76d981759545889f251bc81ebf4493ccd70e4 (patch)
tree99a1e6ca3bcaa6bca66de3ba71ce9a2f9a3bbccb /source-builder/sb/setbuilder.py
parentsb: Download's urllib_parse should point to urlparse on Python2. (diff)
downloadrtems-source-builder-62f76d981759545889f251bc81ebf4493ccd70e4.tar.bz2
sb: Fix typo on the urlparse name in download.py
Updates #2619.
Diffstat (limited to 'source-builder/sb/setbuilder.py')
-rw-r--r--source-builder/sb/setbuilder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py
index d899916..787b67b 100644
--- a/source-builder/sb/setbuilder.py
+++ b/source-builder/sb/setbuilder.py
@@ -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)