Commit 5c8b5729 authored by Tristan Gingold's avatar Tristan Gingold

Manifest.py: improve error message on failure

parent b01a5edc
......@@ -10,5 +10,6 @@ try:
exec(open("../../../" + "/general-cores/tools/gen_sourceid.py").read(),
None, {'project': 'svec_base'})
except Exception as e:
print("Error: cannot generate source id file")
import os
print("Error: cannot generate source id file (pwd={})".format(os.getcwd()))
raise
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment