diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cebcdfc917..4ae6c07732 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem. Ensuring you use the relevant python executable, please paste the output of: ``` -python -c 'import monai; monai.config.print_debug_info()' +python -c "import monai; monai.config.print_debug_info()" ``` **Additional context**