mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Typos
This commit is contained in:
parent
f8e02573c9
commit
87ba72eb00
1 changed files with 2 additions and 2 deletions
|
|
@ -361,14 +361,14 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
||||||
if not filtered_output_defs:
|
if not filtered_output_defs:
|
||||||
self.log.debug((
|
self.log.debug((
|
||||||
"Repre: {} - All output definitions were filtered"
|
"Repre: {} - All output definitions were filtered"
|
||||||
" out by single frame filter. Skipping"
|
" out by single frame filter. Skipped."
|
||||||
).format(repre["name"]))
|
).format(repre["name"]))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Skip if file is not set
|
# Skip if file is not set
|
||||||
if first_input_path is None:
|
if first_input_path is None:
|
||||||
self.log.warning((
|
self.log.warning((
|
||||||
"Representation \"{}\" have empty files. Skipped."
|
"Representation \"{}\" has empty files. Skipped."
|
||||||
).format(repre["name"]))
|
).format(repre["name"]))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue