Mercurial > libervia-backend
changeset 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 | eafea3bcf111 |
children | dbf24ba40396 |
files | sat/core/constants.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 = {