Skip to content

Commit

Permalink
Fix absolute path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 28, 2020
1 parent ae7d71b commit b7c460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Create or modify the file `.vscode/settings.json` and add the following:
At this point, your `.vscode/settings.json` file should look like this:
```json
{
"python.pythonPath": "/Users/justincampbell/GitHub/webqueue2/api/venv/bin/python3",
"python.pythonPath": "./api/venv/bin/python3",
"autoDocstring.customTemplatePath": "./docstring-format.mustache"
}
```
Expand Down

0 comments on commit b7c460a

Please sign in to comment.