From 63aafa8eb4ceefae034cacc1338e09ec7ad7f666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Wed, 8 Nov 2023 10:13:32 -0500 Subject: [PATCH] Update bug_report.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid syntax error on Windows Signed-off-by: Dženan Zukić --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**