From d49b92603ac5ed3f8faed86d20ad3fea0b1d3fb5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 19 Aug 2020 00:12:40 -0700 Subject: [PATCH] Another BreakpadSymbols fix. --- tools/buildbot/BreakpadSymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/BreakpadSymbols b/tools/buildbot/BreakpadSymbols index fa585736..c40baf11 100644 --- a/tools/buildbot/BreakpadSymbols +++ b/tools/buildbot/BreakpadSymbols @@ -26,7 +26,7 @@ for cxx_task in cxx_tasks: bin_dir = os.path.split(plat_dir)[0] symbol_file = '{}-{}-{}.breakpad'.format( - os.path.dirname(bin_dir)[1], + os.path.split(bin_dir)[1], cxx_task.target.platform, cxx_task.target.arch)