- I'm trying to get the create folder example working in my current project, but I'm getting this error:
register() takes no arguments (1 given)
- I know that when the register() method is defined it should be written like this:
def register(self ): etc...
- However, there doesn't seem to be a register method being declared within the CreateFoldersAction class. Does this method get inherited from ftrack.Action?
-Also, I haven't made any changes to the code and I've set up my hierarchy like so:
Thanks!