don't fail when plugin options are provided
fix regression introduced in 8913363ca8
fixes #142
This commit is contained in:
parent
ba9ee99073
commit
8509a3c644
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ def load_config():
|
||||||
load_config()
|
load_config()
|
||||||
|
|
||||||
def init_dirs():
|
def init_dirs():
|
||||||
config.parse()
|
|
||||||
if not os.path.isdir(config.data_dir):
|
if not os.path.isdir(config.data_dir):
|
||||||
os.mkdir(config.data_dir)
|
os.mkdir(config.data_dir)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue