mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
46cabb14ad
commit
cf6846dac2
@ -564,9 +564,8 @@ def version_stamp_pboprefix(module,commitID):
|
||||
else:
|
||||
os.remove(os.path.join(work_drive, prefix, module, "$PBOPREFIX$"))
|
||||
os.rename(os.path.join(work_drive, prefix, module, "$PBOPREFIX$.backup"), os.path.join(work_drive, prefix, module, "$PBOPREFIX$"))
|
||||
except:
|
||||
print_error("Failed to include build number")
|
||||
raise
|
||||
except Exception as e:
|
||||
print_error("Failed to include build number: {}".format(e))
|
||||
return False
|
||||
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user