worker: fix basedir

This commit is contained in:
Jörg Thalheim 2023-12-27 01:12:08 +01:00 committed by mergify[bot]
parent 645c7fd0cc
commit acdab58765

View file

@ -51,7 +51,7 @@ def setup_worker(
None, None,
workername, workername,
config.password, config.password,
basedir, str(basedir),
keepalive, keepalive,
connection_string=config.master_url, connection_string=config.master_url,
umask=umask, umask=umask,