lint
This commit is contained in:
parent
2f81ebc8ce
commit
b8c41a5377
1 changed files with 1 additions and 3 deletions
|
@ -52,9 +52,7 @@ class Config(object):
|
|||
logger.addHandler(handler)
|
||||
|
||||
# Storage setup
|
||||
self.store_path = self._get_cfg(
|
||||
["storage", "store_path"], required=True
|
||||
)
|
||||
self.store_path = self._get_cfg(["storage", "store_path"], required=True)
|
||||
|
||||
# Create the store folder if it doesn't exist
|
||||
if not os.path.isdir(self.store_path):
|
||||
|
|
Loading…
Reference in a new issue