mirror of
https://github.com/xxh/xxh
synced 2024-11-15 08:37:11 +00:00
v0.1 micro
This commit is contained in:
parent
7ac87791dd
commit
28e73d7213
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -133,7 +133,7 @@ if dst_has_xxh == '1' and opt.install_force == False:
|
||||||
ask = f'Something went wrong while getting the remote xxh version.'
|
ask = f'Something went wrong while getting the remote xxh version.'
|
||||||
elif dst_xxh_version != local_xxh_version:
|
elif dst_xxh_version != local_xxh_version:
|
||||||
ask_type = 2
|
ask_type = 2
|
||||||
ask = f"Local xxh version {local_xxh_version} is not equal remote xxh version '{dst_xxh_version}'."
|
ask = f"Local xxh version '{local_xxh_version}' is not equal remote xxh version '{dst_xxh_version}'."
|
||||||
|
|
||||||
if ask:
|
if ask:
|
||||||
choice = input(f"{ask} What's next? \n"
|
choice = input(f"{ask} What's next? \n"
|
||||||
|
|
Loading…
Reference in a new issue