mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 drop dirname
This commit is contained in:
parent
33d8b2832c
commit
8b713db7d6
1 changed files with 1 additions and 2 deletions
|
|
@ -502,8 +502,7 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
|
|||
|
||||
# this is needed because renderman plugin in Deadline
|
||||
# handles directory and file prefixes separately
|
||||
plugin_info["OutputFilePath"] = os.path.dirname(
|
||||
job_info.OutputDirectory[0]).replace("\\", "/")
|
||||
plugin_info["OutputFilePath"] = job_info.OutputDirectory[0]
|
||||
|
||||
return job_info, plugin_info
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue