Skip to content

Commit

Permalink
Update client/ayon_core/plugins/publish/extract_thumbnail.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Trllo <[email protected]>
  • Loading branch information
tokejepsen and iLLiCiTiT authored Feb 9, 2024
1 parent 17dd2d1 commit 53b2791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/plugins/publish/extract_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def validate_string_against_patterns(input_str, patterns):
)
if not result:
self.log.debug(
"Subset \"{}\" did not match any valid subsets: {}".format(
"Product name \"{}\" did not match settings filters: {}".format(
instance.data["subset"], product_names
)
)
Expand Down

0 comments on commit 53b2791

Please sign in to comment.