dfdf
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -163,10 +163,9 @@ def _run_cli(clean_args: List[str]) -> int:
|
||||
if hasattr(mod, "MedeiaCLI"):
|
||||
MedeiaCLI = getattr(mod, "MedeiaCLI")
|
||||
else:
|
||||
# Try importing the top-level `CLI` module directly (editable/repo mode)
|
||||
# Try importing the top-level `CLI` module directly (editable/repo mode).
|
||||
try:
|
||||
from CLI import MedeiaCLI as _M # type: ignore
|
||||
|
||||
MedeiaCLI = _M
|
||||
except Exception:
|
||||
raise ImportError(
|
||||
|
||||
Reference in New Issue
Block a user