Fix refactor

This commit is contained in:
Roy Nieterau 2024-06-28 15:35:34 +02:00
parent aa0e796895
commit f82e968d15

View file

@ -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)