Skip to content
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

use os.path.normpath to remove the trailing / of project path #1059

Closed
wants to merge 1 commit into from

Conversation

fuyu0425
Copy link
Contributor

@fuyu0425 fuyu0425 commented Oct 4, 2024

dir-locals-find-file will return project directory ending with /, which make os.path.basename to return empty string, so I add os.path.normpath to remove the trailing /.

dir-locals-find-file will return project directory ending with /, which make
os.path.basename to return empty string, so I add os.path.normpath to remove the
trailing /.
@manateelazycat
Copy link
Owner

Thanks for the patch

The correctness of the project_path path is too important for lsp-bridge. If dir-locals-find-file returns an incorrect value, I think it should be filtered on the elisp side and should not be processed on the python side.

@fuyu0425
Copy link
Contributor Author

fuyu0425 commented Oct 4, 2024

ok, let me do that

@fuyu0425 fuyu0425 closed this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants