зеркало из https://github.com/mozilla/bugbug.git
Create adr configuration directory before writing the configuration file
This commit is contained in:
Родитель
689d0035e7
Коммит
dff11c836d
|
@ -33,6 +33,7 @@ class Retriever(object):
|
|||
logger.info("The adr cache is not available yet")
|
||||
|
||||
# Setup adr cache configuration.
|
||||
os.makedirs(os.path.expanduser("~/.config/adr"), exist_ok=True)
|
||||
with open(os.path.expanduser("~/.config/adr/config.toml"), "w") as f:
|
||||
f.write(
|
||||
f"""[adr.cache.stores]
|
||||
|
|
Загрузка…
Ссылка в новой задаче