mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
Rename get_formats to get_output_formats for engines
This commit is contained in:
@@ -253,8 +253,8 @@ class BaseRenderEngine(object):
|
||||
return help_doc
|
||||
|
||||
@classmethod
|
||||
def get_formats(cls):
|
||||
raise NotImplementedError("get_formats not implemented")
|
||||
def get_output_formats(cls):
|
||||
raise NotImplementedError(f"get_output_formats not implemented for {cls.__name__}")
|
||||
|
||||
|
||||
class RenderWorkerFactory:
|
||||
|
||||
Reference in New Issue
Block a user