Skip to content

Commit

Permalink
HOTFIX: Extract PSD Path to str for avoid serializing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSouchet committed Feb 20, 2024
1 parent 4860db1 commit 040b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quad_pyblish_module/plugins/tvpaint/publish/extract_psd.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def process(self, instance):
"name": "psd",
"ext": "psd",
"files": new_filenames,
"stagingDir": output_dir,
"stagingDir": output_dir.resolve(),
"tags": "psd"
}
)
Expand Down

0 comments on commit 040b74c

Please sign in to comment.