main: Remove redundant dir creation
This commit is contained in:
parent
02f9db4518
commit
87b526f8d3
@ -312,7 +312,6 @@ def validate_config(raw_config, schemas, extensions=None):
|
|||||||
|
|
||||||
def create_file_structures():
|
def create_file_structures():
|
||||||
path.get_or_create_dir('$XDG_DATA_DIR/mopidy')
|
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')
|
path.get_or_create_file('$XDG_CONFIG_DIR/mopidy/mopidy.conf')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user