Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index b8263b5503c00a9f5371c133f8f13eea2dc28339..b1839f8b6189614e2d768537e13e51e935dc0f0d 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -2753,7 +2753,7 @@ def CMDformat(parser, args): |
sys.stdout.write(stdout) |
else: |
env = os.environ.copy() |
- env['PATH'] = os.path.dirname(clang_format_tool) |
+ env['PATH'] = str(os.path.dirname(clang_format_tool)) |
# diff_output is a patch to send to clang-format-diff.py |
try: |
script = clang_format.FindClangFormatScriptInChromiumTree( |