Skip to content

Commit dc017cf

Browse files
authored
update comment (#18)
1 parent b67f06b commit dc017cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openhands-cli.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import sys
1212
from PyInstaller.utils.hooks import collect_submodules, collect_data_files
1313

1414
# Ensure build-time import resolution prefers the packaged SDK over the monorepo path
15-
# Remove any OpenHands monorepo paths if present (prevents importing /openhands/code/openhands)
15+
# Needed when running build inside OpenHands conversation (due to nested runtimes)
1616
_sys_paths_to_remove = [p for p in list(sys.path) if p.startswith('/openhands/code')]
1717
for _p in _sys_paths_to_remove:
1818
try:

0 commit comments

Comments
 (0)