Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1960 from 2-REC-forks/bc/fix/create_zip_unc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar authored Aug 25, 2021
2 parents 0c613ab + 66a98a5 commit a2bf654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igniter/bootstrap_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def _create_openpype_zip(self, zip_path: Path, openpype_path: Path) -> None:
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()
Expand Down

0 comments on commit a2bf654

Please sign in to comment.