Fixed an issue where Operators collection node throwing an error. #6325

This commit is contained in:
Akshay Joshi
2023-05-25 11:56:45 +05:30
parent 4baaff4566
commit cba3dc9457
2 changed files with 1 additions and 4 deletions
@@ -169,10 +169,6 @@ class OperatorView(PGChildNodeView):
# Set the template path for the SQL scripts
self.template_path = \
self.BASE_TEMPLATE_PATH.format(self.manager.version)
self.template_path = compile_template_path(
self.BASE_TEMPLATE_PATH,
self.manager.version
)
return f(*args, **kwargs)