Skip to content

Commit

Permalink
Fix: fixed deploy.log creation
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalDevOps committed Nov 7, 2020
1 parent 6125a5d commit 69e2db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/Log.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo mxnet: %log_mxnetVer%
echo cnocr: %log_cnocrVer%
echo gooey: %log_gooeyVer%
echo colored: %log_coloredVer%
echo Python Levenshtein: %log_LevenshteinVer%
echo Python Levenshtein: %log_LevenshteinVer%) >> %deploy_log_file%
call :Log_common
goto :eof

Expand All @@ -55,7 +55,7 @@ echo retrying: %log_retryingVer%
echo mxnet: %log_mxnetVer%
echo cnocr: %log_cnocrVer%
echo gooey: %log_gooeyVer%
echo colored: %log_coloredVer%
echo colored: %log_coloredVer%) >> %deploy_log_file%
call :Log_common
goto :eof

Expand Down

0 comments on commit 69e2db3

Please sign in to comment.