Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use os.path.normpath to remove the trailing / of project path
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 /.
- Loading branch information