Fix plugin config error when running update.py
This commit is contained in:
parent
4ad5c065f1
commit
6ff14d1bbd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import shutil
|
|||
|
||||
def update():
|
||||
from Config import config
|
||||
config.parse()
|
||||
config.parse(silent=True)
|
||||
|
||||
if getattr(sys, 'source_update_dir', False):
|
||||
if not os.path.isdir(sys.source_update_dir):
|
||||
|
|
Loading…
Reference in a new issue