worker: fix basedir
This commit is contained in:
parent
645c7fd0cc
commit
acdab58765
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue