kopia lustrzana https://github.com/OpenDroneMap/ODM
Merge pull request #1444 from coumbsek/bugfix/non_ascii_in_Path
mod: forcing python to use utf8pull/1446/head
commit
1facc004e3
|
@ -3,7 +3,7 @@
|
|||
setlocal
|
||||
|
||||
call win32env.bat
|
||||
python "%ODMBASE%\run.py" %*
|
||||
python -X utf8 "%ODMBASE%\run.py" %*
|
||||
|
||||
endlocal
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue