summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/setbuilder.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-08-27 15:37:02 +1000
committerChris Johns <chrisj@rtems.org>2020-08-28 11:37:53 +1000
commitc51f6342584f658ad56d9acde3c2cc7b3c8f5bca (patch)
treec870b651308dc67cf5db9dc425b98444b58ceeea /source-builder/sb/setbuilder.py
parentsb: Use shebang env python (diff)
downloadrtems-source-builder-c51f6342584f658ad56d9acde3c2cc7b3c8f5bca.tar.bz2
sb: Fix the imports on Python2
Updates #4037
Diffstat (limited to 'source-builder/sb/setbuilder.py')
-rw-r--r--source-builder/sb/setbuilder.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py
index 02901d4..b0e2b23 100644
--- a/source-builder/sb/setbuilder.py
+++ b/source-builder/sb/setbuilder.py
@@ -48,8 +48,7 @@ except KeyboardInterrupt:
print('abort: user terminated', file = sys.stderr)
sys.exit(1)
except:
- print('error: unknown application load error', file = sys.stderr)
- sys.exit(1)
+ raise
def macro_expand(macros, _str):
cstr = None