mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
feat(ftrack): reversing changes on action_test
This commit is contained in:
parent
33154ddad6
commit
9de6b0407d
1 changed files with 4 additions and 6 deletions
|
|
@ -9,11 +9,12 @@ import re
|
|||
import ftrack_api
|
||||
from pype.ftrack import BaseAction
|
||||
from avalon import io, inventory, schema
|
||||
from pypeapp import Anatomy
|
||||
|
||||
|
||||
class TestAction(BaseAction):
|
||||
'''Edit meta data action.'''
|
||||
|
||||
ignore_me = True
|
||||
#: Action identifier.
|
||||
identifier = 'test.action'
|
||||
#: Action label.
|
||||
|
|
@ -34,11 +35,8 @@ class TestAction(BaseAction):
|
|||
return True
|
||||
|
||||
def launch(self, session, entities, event):
|
||||
anatomy = Anatomy()
|
||||
data = {
|
||||
"version": None
|
||||
}
|
||||
print(anatomy.format(data))
|
||||
self.log.info(event)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue