Skip to content

Commit 645c7fd

Browse files
Mic92mergify[bot]
authored andcommitted
fix workername formatting
1 parent 22b4caf commit 645c7fd

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
@@ -39,7 +39,7 @@ def setup_worker(
3939
basedir.mkdir(parents=True, exist_ok=True, mode=0o700)
4040

4141
hostname = socket.gethostname()
42-
workername = f"{hostname}-{id:03}"
42+
workername = f"{hostname}-{builder_id:03}"
4343
keepalive = 600
4444
umask = None
4545
maxdelay = 300

0 commit comments

Comments
 (0)