From 87b526f8d3324236ecd0ca4a1723bef2fac7d094 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 9 Apr 2013 12:41:07 +0200 Subject: [PATCH] main: Remove redundant dir creation --- mopidy/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy/__main__.py b/mopidy/__main__.py index d5f8c93e..7e1677ef 100644 --- a/mopidy/__main__.py +++ b/mopidy/__main__.py @@ -312,7 +312,6 @@ def validate_config(raw_config, schemas, extensions=None): def create_file_structures(): path.get_or_create_dir('$XDG_DATA_DIR/mopidy') - path.get_or_create_dir('$XDG_CONFIG_DIR/mopidy') path.get_or_create_file('$XDG_CONFIG_DIR/mopidy/mopidy.conf')