mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
fix comment
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
37697bc6ce
commit
b6392a3e42
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ def _convert_reversed_attr(
|
|||
if main_value is not None and depr_value is not None:
|
||||
if main_value == depr_value:
|
||||
print(
|
||||
f"God invalid '{main_label}' and '{depr_label}' arguments."
|
||||
f"Got invalid '{main_label}' and '{depr_label}' arguments."
|
||||
f" Using '{main_label}' value."
|
||||
)
|
||||
elif depr_value is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue