fix(nk): removing already removed OutputDirectory0

This commit is contained in:
Jakub Jezek 2020-03-03 18:39:31 +01:00
parent d1e739e699
commit e00ad0f3eb
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -89,7 +89,6 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
jobname = "%s - %s" % (script_name, instance.name)
output_filename_0 = self.preview_fname(render_path)
output_directory_0 = render_dir.replace("\\", "/")
if not responce_data:
responce_data = {}
@ -125,7 +124,6 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
# Optional, enable double-click to preview rendered
# frames from Deadline Monitor
"OutputDirectory0": output_directory_0,
"OutputFilename0": output_filename_0.replace("\\", "/")
},