Create adr configuration directory before writing the configuration file

This commit is contained in:
Marco Castelluccio 2019-09-12 12:35:04 +02:00
Родитель 689d0035e7
Коммит dff11c836d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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]