Fix - Harmony creator issue

Creator failed with 'str' object does not support item assignment
This commit is contained in:
Petr Kalis 2022-03-15 14:24:36 +01:00
parent d1050bd7ee
commit 372d686024

View file

@ -272,8 +272,8 @@ function Client() {
app.avalonClient.send(
{
'module': 'avalon.api',
'method': 'emit',
'module': 'openpype.lib',
'method': 'emit_event',
'args': ['application.launched']
}, false);
};