mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 13:39:49 +00:00
remove extra characters
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
438b41acbf
commit
867bc6aee6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ else:
|
||||||
BUILD_ARCH = RELEASE_METADATA[1]
|
BUILD_ARCH = RELEASE_METADATA[1]
|
||||||
if len(RELEASE_METADATA) == 4:
|
if len(RELEASE_METADATA) == 4:
|
||||||
BUILD_OS_VERSION = RELEASE_METADATA[3].split(".")
|
BUILD_OS_VERSION = RELEASE_METADATA[3].split(".")
|
||||||
else:v
|
else:
|
||||||
BUILD_OS_VERSION = None
|
BUILD_OS_VERSION = None
|
||||||
|
|
||||||
# determine where destinations are
|
# determine where destinations are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue