mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix refactor
This commit is contained in:
parent
aa0e796895
commit
f82e968d15
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class AYONRemapPaths(OutputProcessor):
|
|||
return group.asDialogScript()
|
||||
|
||||
def beginSave(self, config_node, config_overrides, lop_node, t):
|
||||
super(AyonRemapPaths, self).beginSave(config_node,
|
||||
super(AYONRemapPaths, self).beginSave(config_node,
|
||||
config_overrides,
|
||||
lop_node,
|
||||
t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue