From acdab58765e8cd7a16c3295bd470360ad6e9da62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 27 Dec 2023 01:12:08 +0100 Subject: [PATCH] worker: fix basedir --- buildbot_nix/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/worker.py b/buildbot_nix/worker.py index 8ddb093..749d2aa 100644 --- a/buildbot_nix/worker.py +++ b/buildbot_nix/worker.py @@ -51,7 +51,7 @@ def setup_worker( None, workername, config.password, - basedir, + str(basedir), keepalive, connection_string=config.master_url, umask=umask,