revert debugging
This commit is contained in:
@@ -41,7 +41,7 @@ class ToolManager:
|
||||
tool_confs = []
|
||||
for e in dir(self.config):
|
||||
el = getattr(self.config, e)
|
||||
if ("calc_config" in e) and is_dataclass(el):
|
||||
if ("config" in e) and is_dataclass(el):
|
||||
tool_confs.append(el)
|
||||
|
||||
return tool_confs
|
||||
|
||||
Reference in New Issue
Block a user