Fix confdir passing to workers
This commit is contained in:
parent
8978e91a68
commit
e93b94a05c
|
@ -62,6 +62,7 @@ def _main():
|
|||
path = None
|
||||
_confdir(args)
|
||||
exists = config.conffile.exists()
|
||||
print(config.conffile, exists)
|
||||
import_droppy = args["--import-droppy"]
|
||||
necessary_opts = exists or import_droppy or path
|
||||
if not necessary_opts:
|
||||
|
|
Loading…
Reference in New Issue
Block a user