main: Only log creation of config when file does not exist.

This commit is contained in:
Thomas Adamcik 2013-11-26 23:22:15 +01:00
parent 2baa00b3a8
commit 76ca38dd63

View File

@ -129,7 +129,7 @@ def create_file_structures_and_config(args, extensions):
# Initialize whatever the last config file is with defaults
config_file = args.config_files[-1]
if os.path.exists(config_file):
if os.path.exists(path.expand_path(config_file)):
return
try: