mirror of
https://github.com/xxh/xxh
synced 2025-02-17 04:48:26 +00:00
text
This commit is contained in:
parent
3923020bb8
commit
155facd304
1 changed files with 1 additions and 1 deletions
2
xxh
2
xxh
|
@ -130,7 +130,7 @@ if os.path.exists(local_xxh_home_path):
|
|||
exit(1)
|
||||
elif os.path.exists(local_xxh_home_parent):
|
||||
if os.access(local_xxh_home_parent, os.W_OK):
|
||||
print(f'Create xxh home path: {local_xxh_home_path}')
|
||||
print(f'Create local xxh home path: {local_xxh_home_path}')
|
||||
mkdir -p @(local_xxh_home_path) @(local_xxh_home_path)/plugins
|
||||
else:
|
||||
print(f"Parent for local xxh home path isn't writable: {local_xxh_home_parent}")
|
||||
|
|
Loading…
Add table
Reference in a new issue