From bcbf43479a459687ca0fc5178af31bcb310a4141 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 17 Jan 2023 14:16:09 +0100 Subject: [PATCH] fix key in event data --- openpype/tools/push_to_project/control_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/tools/push_to_project/control_context.py b/openpype/tools/push_to_project/control_context.py index 02f1da6733..e4058893d5 100644 --- a/openpype/tools/push_to_project/control_context.py +++ b/openpype/tools/push_to_project/control_context.py @@ -356,7 +356,7 @@ class UserPublishValues: self._event_system.emit( "comment.changed", { - "new_asset_name": comment, + "comment": comment, "changes": { "comment": {"new": comment, "old": old_comment} }