mirror of
https://github.com/xxh/xxh
synced 2024-11-24 04:43:09 +00:00
fix test
This commit is contained in:
parent
0eb23d7d26
commit
3946c553be
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -217,7 +217,7 @@ if opt.install_force == False:
|
||||||
else:
|
else:
|
||||||
eeprint('Unknown answer')
|
eeprint('Unknown answer')
|
||||||
|
|
||||||
if host_xxh_version in ['dir_not_found','dir_empty']:
|
if host_xxh_version in ['dir_not_found','dir_empty'] and opt.install_force == False:
|
||||||
yn = input(f"{host}:{host_xxh_home} not found. Install xxh? [Y/n] ").strip().lower()
|
yn = input(f"{host}:{host_xxh_home} not found. Install xxh? [Y/n] ").strip().lower()
|
||||||
if yn == 'y' or yn == '':
|
if yn == 'y' or yn == '':
|
||||||
opt.install = True
|
opt.install = True
|
||||||
|
|
Loading…
Reference in a new issue