mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +00:00
chore: improve log message
This commit is contained in:
@@ -149,7 +149,7 @@ class IResolver:
|
|||||||
continue
|
continue
|
||||||
module_path = entry.resolve()
|
module_path = entry.resolve()
|
||||||
if entry.read_text().find(f"class {object_name}(") == -1:
|
if entry.read_text().find(f"class {object_name}(") == -1:
|
||||||
logger.debug(f"Skipping {module_path} as it does not contain class {object_name}")
|
logger.debug(f"Skipping {module_path} as it does not contain class {object_name}.")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if obj := next(cls._get_valid_object(module_path, object_name), None):
|
if obj := next(cls._get_valid_object(module_path, object_name), None):
|
||||||
|
|||||||
Reference in New Issue
Block a user