mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Merge pull request #1960 from 2-REC-forks/bc/fix/create_zip_unc
This commit is contained in:
commit
a2bf6546b2
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