From 8140cb2d6bce9f3e2c9fae6c8d9045cf4bdc6120 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Mon, 20 Nov 2023 19:37:22 -0500 Subject: [PATCH] =?UTF-8?q?Tweak=20build=20script=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=F0=9F=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/buildbot/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/bootstrap.py b/tools/buildbot/bootstrap.py index a6229124..6b287cad 100644 --- a/tools/buildbot/bootstrap.py +++ b/tools/buildbot/bootstrap.py @@ -91,7 +91,7 @@ def main(): if output_needs_cleaning(): shutil.rmtree('OUTPUT') if not os.path.isdir('OUTPUT'): - os.makedirs('OUTPUT') + os.mkdir('OUTPUT') with Chdir('OUTPUT'): run_shell(config_argv, env = build_env)