mirror of
https://github.com/xxh/xxh
synced 2024-11-23 04:13:04 +00:00
0.7.2
This commit is contained in:
parent
5af6b68181
commit
b47a8fe1ec
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@ from urllib.parse import urlparse
|
|||
from base64 import b64encode
|
||||
from .shell import *
|
||||
|
||||
XXH_VERSION = '0.7.1'
|
||||
XXH_VERSION = '0.7.2'
|
||||
|
||||
class xxh:
|
||||
def __init__(self):
|
||||
|
@ -679,8 +679,10 @@ class xxh:
|
|||
self.eeprint("Host xxh home path {host_xxh_home} looks like /. Please check twice!")
|
||||
|
||||
if self.host_xxh_home != opt.host_xxh_home:
|
||||
if opt.host_home == self.host_xxh_home:
|
||||
opt.host_home = self.host_xxh_home
|
||||
self.host_xxh_home = opt.host_xxh_home
|
||||
opt.host_home = self.host_xxh_home
|
||||
|
||||
host_info = self.get_host_info()
|
||||
|
||||
if not host_info:
|
||||
|
|
Loading…
Reference in a new issue