We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053e2f9 commit 909e332Copy full SHA for 909e332
openhands/runtime/utils/runtime_build.py
@@ -57,7 +57,7 @@ def _put_source_code_to_dir(temp_dir: str):
57
raise RuntimeError(f'Image build failed:\n{result}')
58
59
if not os.path.exists(tarball_path):
60
- logger.error(f'Source distribution not found at {tarball_path}')
+ logger.error(f'Source distribution not found at {tarball_path}. (Do you need to run `make build`?)')
61
raise RuntimeError(f'Source distribution not found at {tarball_path}')
62
logger.info(f'Source distribution created at {tarball_path}')
63
0 commit comments