mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Quickfix: Forgot to commit one rename
This commit is contained in:
@@ -27,10 +27,10 @@ class EngineManager:
|
|||||||
return obj
|
return obj
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def all_engines(cls, filter_name=None):
|
def get_engines(cls, filter_name=None):
|
||||||
|
|
||||||
if not cls.engines_path:
|
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
|
# Parse downloaded engine directory
|
||||||
results = []
|
results = []
|
||||||
|
|||||||
Reference in New Issue
Block a user