Commit cee348de authored by Tristan Gingold's avatar Tristan Gingold Committed by Federico Vaga

Manifest.py: improve error message on failure

parent 40df8e55
......@@ -14,5 +14,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