mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix code style
This commit is contained in:
parent
756a2c9b27
commit
a26f17c1cb
2 changed files with 13 additions and 10 deletions
|
|
@ -109,9 +109,10 @@ class HoudiniSubmitDeadline(
|
|||
minimum=1,
|
||||
maximum=1000
|
||||
),
|
||||
TextDef("group",
|
||||
default=cls.group,
|
||||
label="Group Name"
|
||||
TextDef(
|
||||
"group",
|
||||
default=cls.group,
|
||||
label="Group Name"
|
||||
),
|
||||
NumberDef(
|
||||
"export_priority",
|
||||
|
|
@ -127,9 +128,11 @@ class HoudiniSubmitDeadline(
|
|||
minimum=1,
|
||||
maximum=1000
|
||||
),
|
||||
TextDef("export_group",
|
||||
default=cls.export_group,
|
||||
label="Export Group Name"),
|
||||
TextDef(
|
||||
"export_group",
|
||||
default=cls.export_group,
|
||||
label="Export Group Name"
|
||||
),
|
||||
]
|
||||
|
||||
def get_job_info(self, dependency_job_ids=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue