Skip to content

Commit d9f8c3e

Browse files
dzenanzericspod
authored andcommitted
Update bug_report.md (Project-MONAI#7213)
Avoid syntax error on Windows ### Description ```log (.venv) C:\Dev\Kitware\python>python -c 'import monai; monai.config.print_debug_info()' File "<string>", line 1 'import ^ SyntaxError: unterminated string literal (detected at line 1) ``` ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Dženan Zukić <dzenan.zukic@kitware.com> Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Signed-off-by: Yu0610 <612410030@alum.ccu.edu.tw>
1 parent 98e951a commit d9f8c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
2727
Ensuring you use the relevant python executable, please paste the output of:
2828

2929
```
30-
python -c 'import monai; monai.config.print_debug_info()'
30+
python -c "import monai; monai.config.print_debug_info()"
3131
```
3232

3333
**Additional context**

0 commit comments

Comments
 (0)