mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merged in iLLiCiTiT/hotfix/actions_discovery_fix (pull request #84)
quickfix for actions discovery Approved-by: Jakub Trllo <jakub.trllo@gmail.com>
This commit is contained in:
commit
6599a34a59
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class BaseHandler(object):
|
|||
|
||||
if accepts is True:
|
||||
self.log.debug(u'Discovering action with selection: {0}'.format(
|
||||
args[1]['data'].get('selection', [])))
|
||||
event['data'].get('selection', [])))
|
||||
return items
|
||||
|
||||
def prediscover(self, event):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue