From b47a8fe1ec51fe4a6876cb86edc4264603c4d002 Mon Sep 17 00:00:00 2001 From: anki-code Date: Sat, 28 Mar 2020 11:07:39 +0300 Subject: [PATCH] 0.7.2 --- xxh_xxh/xxh.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/xxh_xxh/xxh.py b/xxh_xxh/xxh.py index 6ac1ec4..485b48b 100644 --- a/xxh_xxh/xxh.py +++ b/xxh_xxh/xxh.py @@ -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: