diff sat/tools/config.py @ 2965:121c4a2a567c

core (config): if flatpak is detected, config is also looked after in /app
author Goffi <goffi@goffi.org>
date Sun, 23 Jun 2019 17:40:19 +0200
parents ad00f61fd9f5
children ab2696e34d29
line wrap: on
line diff
--- a/sat/tools/config.py	Fri Jun 21 12:59:36 2019 +0200
+++ b/sat/tools/config.py	Sun Jun 23 17:40:19 2019 +0200
@@ -32,6 +32,7 @@
 
 log = getLogger(__name__)
 
+
 def fixConfigOption(section, option, value, silent=True):
     """Force a configuration option value, writing it in the first found user
     config file, eventually creating a new user config file if none is found.