# HG changeset patch # User Goffi # Date 1561659960 -7200 # Node ID 9a47a8caa280b5169f6d676cc15eb605c8e85859 # Parent eafea3bcf11133af076e78ca9031c320a975120c core (constants): fixed Flatpak config path: trailing "/" was missing in flatpak config path, resulting in the configuration not being read properly on this platform. diff -r eafea3bcf111 -r 9a47a8caa280 sat/core/constants.py --- 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 = {