mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
More help on certain errors in make.py
This commit is contained in:
parent
89d19e817c
commit
66f5ed43c0
@ -1224,8 +1224,9 @@ See the make.cfg file for additional build options.
|
||||
if build_successful:
|
||||
cache[module] = new_sha
|
||||
|
||||
except:
|
||||
print_yellow("Cancel or some error detected.")
|
||||
except Exception as e:
|
||||
print_yellow("Cancel or some error detected: {}".format(e))
|
||||
|
||||
|
||||
finally:
|
||||
copy_important_files(module_root_parent,os.path.join(release_dir, "@ace"))
|
||||
|
Loading…
Reference in New Issue
Block a user