f
This commit is contained in:
@@ -184,7 +184,7 @@ def _run_cli(clean_args: List[str]) -> int:
|
||||
if MedeiaCLI is None:
|
||||
try:
|
||||
repo_root = _ensure_repo_root_on_sys_path()
|
||||
from CLI import MedeiaCLI as _M # type: ignore
|
||||
from CLI import CLI as _M # type: ignore
|
||||
MedeiaCLI = _M
|
||||
except Exception as exc:
|
||||
# Provide diagnostic information
|
||||
|
||||
Reference in New Issue
Block a user