mirror of
https://github.com/xxh/xxh
synced 2024-11-23 20:33:08 +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:
|
||||
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()
|
||||
if yn == 'y' or yn == '':
|
||||
opt.install = True
|
||||
|
|
Loading…
Reference in a new issue