Quickfix: Forgot to commit one rename

This commit is contained in:
Brett Williams
2024-08-03 18:28:33 -05:00
parent ef4fc0e42e
commit abc9724f01

View File

@@ -27,10 +27,10 @@ class EngineManager:
return obj
@classmethod
def all_engines(cls, filter_name=None):
def get_engines(cls, filter_name=None):
if not cls.engines_path:
raise FileNotFoundError("Engines path must be set before requesting downloads")
raise FileNotFoundError("Engine path is not set")
# Parse downloaded engine directory
results = []