File tree Expand file tree Collapse file tree
client/pythonEnvironments/common/environmentManagers
test/pythonEnvironments/common/envlayouts
pipenv/globalEnvironments/project2-vnNIWe9P
virtualhome/.local/share/virtualenvs/project2-vnNIWe9P Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ async function getProjectDir(envFolder: string): Promise<string | undefined> {
8383 if ( ! ( await pathExists ( dotProjectFile ) ) ) {
8484 return undefined ;
8585 }
86- const projectDir = await readFile ( dotProjectFile ) ;
86+ const projectDir = ( await readFile ( dotProjectFile ) ) . trim ( ) ;
8787 if ( ! ( await pathExists ( projectDir ) ) ) {
8888 traceError (
8989 `The .project file inside environment folder: ${ envFolder } doesn't contain a valid path to the project` ,
Original file line number Diff line number Diff line change 1- Absolute path to \src\test\pythonEnvironments\common\envlayouts\pipenv\project2
1+ Absolute path to \src\test\pythonEnvironments\common\envlayouts\pipenv\project2
Original file line number Diff line number Diff line change 1- Absolute path to \src\test\pythonEnvironments\common\envlayouts\pipenv\project2
1+ Absolute path to \src\test\pythonEnvironments\common\envlayouts\pipenv\project2
You can’t perform that action at this time.
0 commit comments