Blackened
This commit is contained in:
parent
585633020b
commit
829c58d3fb
6 changed files with 18 additions and 7 deletions
|
|
@ -113,7 +113,9 @@ def init_default_extensions(extension_path):
|
|||
os.makedirs(os.path.dirname(extension_path), exist_ok=True)
|
||||
|
||||
if not os.path.exists(extension_path): # If user extensions file doesn't exist
|
||||
logging.warning("No extension file found at {}. Creating...".format(extension_path))
|
||||
logging.warning(
|
||||
"No extension file found at {}. Creating...".format(extension_path)
|
||||
)
|
||||
create_file(extension_path)
|
||||
|
||||
logging.info("Populating {}...".format(extension_path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue