IQ.Pilot Release Commit @ bec7652
This commit is contained in:
@@ -43,8 +43,6 @@ def required_agnos_version(install_path: str) -> str:
|
||||
|
||||
|
||||
def _hardware_dir(install_path: str) -> str:
|
||||
# the nested layout keeps the package at <install>/iqpilot/; older checkouts had
|
||||
# system/ at the top level. Accept either so callers can pass the install root.
|
||||
nested = os.path.join(install_path, "iqpilot", "system", "hardware", "tici")
|
||||
if os.path.isdir(nested):
|
||||
return nested
|
||||
|
||||
Reference in New Issue
Block a user