mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Merge branch 'master' into feature/nuke-slate-prerender
This commit is contained in:
commit
a132ef74eb
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
None
|
||||
"""
|
||||
|
||||
src = Path(src).resolve()
|
||||
src = str(Path(src).resolve())
|
||||
drive, _path = os.path.splitdrive(dst)
|
||||
unc = Path(drive).resolve()
|
||||
dst = str(unc / _path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue