| Index: client/third_party/infra_libs/event_mon/checkouts.py
|
| diff --git a/client/third_party/infra_libs/event_mon/checkouts.py b/client/third_party/infra_libs/event_mon/checkouts.py
|
| index 92532b8cb66b77b3e01e8c43e8353c2301a3cf7c..85ee0a06c552b127c677eeebad5858292afa835a 100644
|
| --- a/client/third_party/infra_libs/event_mon/checkouts.py
|
| +++ b/client/third_party/infra_libs/event_mon/checkouts.py
|
| @@ -14,7 +14,8 @@ import subprocess
|
| BASE_DIR = os.path.dirname(
|
| os.path.dirname(
|
| os.path.dirname(
|
| - os.path.dirname(os.path.realpath(__file__)))))
|
| + os.path.dirname(os.path.realpath(
|
| + __file__.decode(sys.getfilesystemencoding()))))))
|
|
|
|
|
| def parse_revinfo(revinfo):
|
|
|