diff --git a/xxh_xxh/xxh.py b/xxh_xxh/xxh.py index c381bf5..cf607d3 100644 --- a/xxh_xxh/xxh.py +++ b/xxh_xxh/xxh.py @@ -748,6 +748,8 @@ def packages_operations(): local_xxh_home_parent = self.local_xxh_home.parent + self.host_xxh_home = opt.host_xxh_home + if self.local_xxh_home.exists(): if not os.access(self.local_xxh_home, os.W_OK): self.eeprint(f"The local xxh home path isn't writable: {self.local_xxh_home}" )