This commit is contained in:
Ondrej Samohel 2022-01-12 18:07:31 +01:00
parent f5c0c64533
commit 6df5488cce
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -762,7 +762,7 @@ class BootstrapRepos:
destination = self._move_zip_to_data_dir(temp_zip)
return OpenPypeVersion(version=version, path=destination)
return OpenPypeVersion(version=version, path=Path(destination))
def _move_zip_to_data_dir(self, zip_file) -> Union[None, Path]:
"""Move zip with OpenPype version to user data directory.