fix(nks): debug log wrong argument

This commit is contained in:
Jakub Jezek 2020-03-02 18:30:10 +01:00
parent ec6f10f5bf
commit b4c88a5c30
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -26,7 +26,7 @@ class LoadSequencesToTimelineAssetOrigin(api.Loader):
"hieroWorkfileName": hiero.ui.activeProject().name()
})
self.log.develop("_ context: `{}`".format(context))
self.log.debug("_ context: `{}`".format(context))
clip_loader = lib.ClipLoader(self, context, **data)
clip_loader.load()