summaryrefslogtreecommitdiff
path: root/tools/makemanifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/makemanifest.py')
-rw-r--r--tools/makemanifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makemanifest.py b/tools/makemanifest.py
index b2e4f7d84..a74a6934a 100644
--- a/tools/makemanifest.py
+++ b/tools/makemanifest.py
@@ -204,7 +204,7 @@ def main():
extra_args=args.mpy_cross_flags.split(),
)
except mpy_cross.CrossCompileError as ex:
- print("error compiling {}:".format(target_path))
+ print("error compiling {}:".format(result.target_path))
print(ex.args[0])
raise SystemExit(1)
ts_outfile = get_timestamp(outfile)