mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Resolve path when adding to zip
This commit is contained in:
parent
27a16b29cb
commit
66a98a5dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ class BootstrapRepos:
|
|||
processed_path = file
|
||||
self._print(f"- processing {processed_path}")
|
||||
|
||||
zip_file.write(file, file.relative_to(openpype_root))
|
||||
zip_file.write(file, file.resolve().relative_to(openpype_root))
|
||||
|
||||
# test if zip is ok
|
||||
zip_file.testzip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue