Skip to content

Commit acdab58

Browse files
Mic92mergify[bot]
authored andcommitted
worker: fix basedir
1 parent 645c7fd commit acdab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def setup_worker(
5151
None,
5252
workername,
5353
config.password,
54-
basedir,
54+
str(basedir),
5555
keepalive,
5656
connection_string=config.master_url,
5757
umask=umask,

0 commit comments

Comments
 (0)