mirror of
https://github.com/xxh/xxh
synced 2025-02-17 04:48:26 +00:00
0.7.1
This commit is contained in:
parent
08a33512a4
commit
5af6b68181
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.0'
|
||||
XXH_VERSION = '0.7.1'
|
||||
|
||||
class xxh:
|
||||
def __init__(self):
|
||||
|
@ -678,7 +678,9 @@ class xxh:
|
|||
if p(opt.host_xxh_home) == p(f'/'):
|
||||
self.eeprint("Host xxh home path {host_xxh_home} looks like /. Please check twice!")
|
||||
|
||||
self.host_xxh_home = opt.host_xxh_home
|
||||
if self.host_xxh_home != opt.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…
Add table
Reference in a new issue