Mercurial > libervia-backend
diff sat/core/constants.py @ 2970:9a47a8caa280
core (constants): fixed Flatpak config path:
trailing "/" was missing in flatpak config path, resulting in the configuration not being read properly on this platform.
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 Jun 2019 20:26:00 +0200 |
parents | 121c4a2a567c |
children | 2464b3531f68 |
line wrap: on
line diff
--- a/sat/core/constants.py Thu Jun 27 20:24:14 2019 +0200 +++ b/sat/core/constants.py Thu Jun 27 20:26:00 2019 +0200 @@ -221,7 +221,7 @@ if os.getenv('FLATPAK_ID'): # for Flatpak, the conf can't be set in /etc or $HOME, so we have # to add /app - CONFIG_PATHS.append('/app') + CONFIG_PATHS.append('/app/') ## Configuration ## DEFAULT_CONFIG = {