Skip to content

Commit

Permalink
Remove polluted code
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisp committed Jan 21, 2025
1 parent 935739b commit 0bea68c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/ayon_deadline/abstract_submit_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,6 @@ def _set_scene_path(self, current_file, use_published):
self.scene_path = file_path
self.log.info("Using {} for render/export.".format(file_path))

def __append_job_output_paths(self, instance, job_info):
"""Set output part to Job info
'expectedFiles' might be remapped after `_set_scene_path`
Used in JobOutput > Explore output
"""
first_file = next(iter_expected_files(instance.data["expectedFiles"]))
job_info.OutputDirectory += os.path.dirname(first_file)
# job_info.OutputFilename += os.path.basename(first_file)

def process_submission(self):
"""Process data for submission.
Expand Down

0 comments on commit 0bea68c

Please sign in to comment.