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