| Index: client/tools/run_on_bots.py
|
| diff --git a/client/tools/run_on_bots.py b/client/tools/run_on_bots.py
|
| index c4e436c585eb9028fd0ef60f874bdee17fe0f2bc..9d4b18847133396c06ccab934784fafb612bb5dc 100755
|
| --- a/client/tools/run_on_bots.py
|
| +++ b/client/tools/run_on_bots.py
|
| @@ -19,7 +19,8 @@ import shutil
|
| import subprocess
|
| import sys
|
|
|
| -ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
| +ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(
|
| + __file__.decode(sys.getfilesystemencoding()))))
|
|
|
| # Must be first import.
|
| import parallel_execution
|
|
|