mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-2813 - fix wrong logging
This commit is contained in:
parent
395d567aa2
commit
d080b17cce
1 changed files with 2 additions and 1 deletions
|
|
@ -613,8 +613,9 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
# might be added explicitly before by publish_on_farm
|
||||
already_there = repre.get("files") == rep["files"]
|
||||
if already_there:
|
||||
self.log.debug("repre {} already_there".format(repre))
|
||||
break
|
||||
self.log.debug("repre {} already_there".format(repre))
|
||||
|
||||
if not already_there:
|
||||
representations.append(rep)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue