Skip to content

Commit 3524018

Browse files
committed
error
1 parent 918ba66 commit 3524018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/projectManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class PythonProjectManagerImpl implements PythonProjectManager {
218218
}
219219
return projects;
220220
}
221-
}0
221+
}
222222

223223
get(uri: Uri): PythonProject | undefined {
224224
let pythonProject = this._projects.get(uri.toString());

0 commit comments

Comments
 (0)