Merge pull request #1960 from 2-REC-forks/bc/fix/create_zip_unc

This commit is contained in:
Milan Kolar 2021-08-25 12:26:03 +02:00 committed by GitHub
commit a2bf6546b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()