From 62bc0ac40371d8d53fb792fd2dfe210699ec2672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 18 Sep 2019 10:18:18 +0200 Subject: [PATCH] debian: adjust parenthesis... (#36214) --- debian/debian_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian_config.py b/debian/debian_config.py index 8522f397..31e03b81 100644 --- a/debian/debian_config.py +++ b/debian/debian_config.py @@ -12,7 +12,7 @@ exec(open('/usr/lib/hobo/debian_config_common.py').read()) # # local settings # -exec(open(os.path.join(ETC_DIR, 'settings.py').read())) +exec(open(os.path.join(ETC_DIR, 'settings.py')).read()) # run additional settings snippets exec(open('/usr/lib/hobo/debian_config_settings_d.py').read())