From f0d8a70b38f581a8dbcd0267008a323279bb615f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 19 Aug 2020 00:43:12 -0700 Subject: [PATCH] Fix tabs in BreakpadSymbols. --- tools/buildbot/BreakpadSymbols | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/buildbot/BreakpadSymbols b/tools/buildbot/BreakpadSymbols index c40baf11..3de26d3f 100644 --- a/tools/buildbot/BreakpadSymbols +++ b/tools/buildbot/BreakpadSymbols @@ -22,8 +22,8 @@ for cxx_task in cxx_tasks: elif cxx_task.target.platform == 'windows': argv = ['dump_syms.exe', debug_file] - plat_dir = os.path.dirname(debug_file) - bin_dir = os.path.split(plat_dir)[0] + plat_dir = os.path.dirname(debug_file) + bin_dir = os.path.split(plat_dir)[0] symbol_file = '{}-{}-{}.breakpad'.format( os.path.split(bin_dir)[1],