summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index d74eca74..ee6cd6db 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -77,8 +77,7 @@ def main():
sys.stdout.write("\x1b]0;poezio\x07")
sys.stdout.flush()
from poezio import config
- config_path = config.check_create_config_dir()
- config.run_cmdline_args(config_path)
+ config.run_cmdline_args()
config.create_global_config()
config.check_create_data_dir()
config.check_create_log_dir()