v0.1 micro

This commit is contained in:
anki-code 2020-02-09 01:24:52 +03:00
parent 7ac87791dd
commit 28e73d7213

2
xxh
View file

@ -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"