mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
show output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c83c3a5fd7
commit
3fd1a13dea
|
@ -136,7 +136,7 @@ def git_hash():
|
||||||
raise MKException("Failed to retrieve git hash")
|
raise MKException("Failed to retrieve git hash")
|
||||||
ls = r.split(' ')
|
ls = r.split(' ')
|
||||||
if len(ls) != 2:
|
if len(ls) != 2:
|
||||||
raise MKException("Unexpected git output")
|
raise MKException("Unexpected git output " + r)
|
||||||
return ls[0]
|
return ls[0]
|
||||||
|
|
||||||
def is_windows():
|
def is_windows():
|
||||||
|
|
Loading…
Reference in a new issue