mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix message typo
This commit is contained in:
parent
795e15b011
commit
f97763d4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class BaseWidget(QtWidgets.QWidget):
|
|||
|
||||
def _on_entity_change(self):
|
||||
"""Not yet used."""
|
||||
print("{}: Wraning missing `_on_entity_change` implementation".format(
|
||||
print("{}: Warning missing `_on_entity_change` implementation".format(
|
||||
self.__class__.__name__
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue