mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed redundant check
This commit is contained in:
parent
873f861dc8
commit
4330caea9a
@ -1321,8 +1321,6 @@ See the make.cfg file for additional build options.
|
|||||||
|
|
||||||
# Make release
|
# Make release
|
||||||
if make_release_zip:
|
if make_release_zip:
|
||||||
if not release_version:
|
|
||||||
release_version = ACE_VERSION
|
|
||||||
release_name = "{}_{}".format(zipPrefix, release_version)
|
release_name = "{}_{}".format(zipPrefix, release_version)
|
||||||
print_blue("\nMaking release: {}.zip".format(release_name))
|
print_blue("\nMaking release: {}.zip".format(release_name))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user