Skip to content

Commit

Permalink
fixing "get git repo" on Windows to process MLPerf inference results
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored and pgmpablo157321 committed Mar 25, 2024
1 parent 6a96f56 commit a05db96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm-mlops/script/get-git-repo/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set SCRIPT_DIR=%CM_TMP_CURRENT_SCRIPT_PATH%

set folder=%CM_GIT_CHECKOUT_FOLDER%

if not exist %CM_TMP_GIT_PATH% (
if not exist "%CM_TMP_GIT_PATH%" (

if exist %folder% (
deltree %folder%
Expand Down

0 comments on commit a05db96

Please sign in to comment.