mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
removed if statement, not needed
This commit is contained in:
parent
a680686fad
commit
b8081925d0
1 changed files with 3 additions and 4 deletions
|
|
@ -122,9 +122,8 @@ class CollectMindbenderMayaRenderlayers(pyblish.api.ContextPlugin):
|
|||
if _globals["suspendPublishJob"]:
|
||||
translation["suspendPublishJob"] = "Suspended"
|
||||
|
||||
if _globals["startFrame"] and _globals["endFrame"]:
|
||||
frame_range = "{}-{}".format(_globals["startFrame"],
|
||||
_globals["endFrame"])
|
||||
translation["renderGlobals"]["Frames"] = frame_range
|
||||
frame_range = "{}-{}".format(_globals["startFrame"],
|
||||
_globals["endFrame"])
|
||||
translation["renderGlobals"]["Frames"] = frame_range
|
||||
|
||||
return translation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue