mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #1880 from tokejepsen/hotfix/#1877-TVPaint--Workfiles-save-as
Normalize path returned from Workfiles.
This commit is contained in:
commit
5da7ebef1f
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ class FilesWidget(QtWidgets.QWidget):
|
|||
)
|
||||
return
|
||||
|
||||
file_path = os.path.join(self.root, work_file)
|
||||
file_path = os.path.join(os.path.normpath(self.root), work_file)
|
||||
|
||||
pipeline.emit("before.workfile.save", file_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue