summaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.py b/src/config.py
index 6b7e3864..34bbfe27 100644
--- a/src/config.py
+++ b/src/config.py
@@ -255,7 +255,7 @@ if not CONFIG_HOME:
CONFIG_PATH = path.join(CONFIG_HOME, 'poezio')
try:
- makedirs(CONFIG_PATH, exist_ok=True)
+ makedirs(CONFIG_PATH)
except OSError:
pass