summaryrefslogtreecommitdiff
path: root/tools/makemanifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makemanifest.py')
-rw-r--r--tools/makemanifest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/makemanifest.py b/tools/makemanifest.py
index 6779198c4..b7d4a4d4a 100644
--- a/tools/makemanifest.py
+++ b/tools/makemanifest.py
@@ -288,7 +288,8 @@ def main():
+ ["-o", outfile, "-s", script, "-O{}".format(opt), infile]
)
if res != 0:
- print("error compiling {}: {}".format(infile, out))
+ print("error compiling {}:".format(infile))
+ sys.stdout.buffer.write(out)
raise SystemExit(1)
ts_outfile = get_timestamp(outfile)
mpy_files.append(outfile)