From 3b3b1d63422eb67a7683c2b5639ce8f9905b4cc4 Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Thu, 5 Nov 2015 17:45:26 +0000 Subject: [PATCH] And the last piece of the puzzle... normalise the slashes. --- tools/buildbot/upload_symbols.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/buildbot/upload_symbols.py b/tools/buildbot/upload_symbols.py index 1285baa0..9756fdb5 100644 --- a/tools/buildbot/upload_symbols.py +++ b/tools/buildbot/upload_symbols.py @@ -85,6 +85,7 @@ for i, line in enumerate(lines): try: root = runCommand(['git', 'rev-parse', '--show-toplevel']) + root = os.path.normpath(root) if root in roots: continue