mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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
|
# this is needed because renderman plugin in Deadline
|
||||||
# handles directory and file prefixes separately
|
# handles directory and file prefixes separately
|
||||||
plugin_info["OutputFilePath"] = os.path.dirname(
|
plugin_info["OutputFilePath"] = job_info.OutputDirectory[0]
|
||||||
job_info.OutputDirectory[0]).replace("\\", "/")
|
|
||||||
|
|
||||||
return job_info, plugin_info
|
return job_info, plugin_info
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue