-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Absolute paths to built-in scripts in settings.config #460
Labels
bug
Something isn't working
Comments
@openhands-agent please try to solve. |
2 similar comments
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-460' has been created with the attempted changes. You can view the branch here. Manual intervention may be required. |
SanderVocke
pushed a commit
that referenced
this issue
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The LUA script settings structure stored into settings.config stores absolute paths. This will cause problems if the ShoopDaLoop installation moves or its internal structure changes. Instead, for built-in scripts, the paths should contain a placeholder (e.g. "@builtins"), or additional field.
The text was updated successfully, but these errors were encountered: