Skip to content

Commit 1c3f8b8

Browse files
committed
fixing title and body issue in windows
1 parent 9ccd348 commit 1c3f8b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contribute.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REM Check and set default values for the last three arguments if not provided
99
if "%~4"=="" (set arg4="#") else (set arg4=%~4)
1010
if "%~5"=="" (set arg5="#") else (set arg5=%~5)
1111
if "%~6"=="" (set arg6="#") else (set arg6=%~6)
12-
python contribute.py %1 %2 %3 %arg4% %arg5% %arg6%
12+
python contribute.py %1 %2 %3 "%arg4%" "%arg5%" "%arg6%"
1313
goto :eof
1414

1515
:missing_arg

0 commit comments

Comments
 (0)