mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
9c3194c38a
commit
c2cfef7703
1 changed files with 4 additions and 2 deletions
|
|
@ -198,8 +198,8 @@ class ExtractBurnin(publish.Extractor):
|
|||
)
|
||||
if not burnins_per_repres:
|
||||
self.log.debug(
|
||||
"Skipped instance. No representations found matching a burnin "
|
||||
"definition in: %s", burnin_defs
|
||||
"Skipped instance. No representations found matching a burnin"
|
||||
" definition in: %s", burnin_defs
|
||||
)
|
||||
return
|
||||
|
||||
|
|
@ -424,6 +424,7 @@ class ExtractBurnin(publish.Extractor):
|
|||
|
||||
Returns:
|
||||
dict[str, Any]: Burnin options.
|
||||
|
||||
"""
|
||||
# Prepare burnin options
|
||||
burnin_options = copy.deepcopy(self.default_options)
|
||||
|
|
@ -761,6 +762,7 @@ class ExtractBurnin(publish.Extractor):
|
|||
|
||||
Returns:
|
||||
list[dict[str, Any]]: Contain all valid output definitions.
|
||||
|
||||
"""
|
||||
filtered_burnin_defs = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue