From ed995b747a6ff0676a09f06db3a536aef5a39be7 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 4 Aug 2015 15:36:36 -0300 Subject: [PATCH] Removed return before load settings.d --- colab/utils/conf.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/colab/utils/conf.py b/colab/utils/conf.py index 8367005..100fc26 100644 --- a/colab/utils/conf.py +++ b/colab/utils/conf.py @@ -62,7 +62,6 @@ def load_py_settings(): # Try to read settings from settings.d if os.path.exists(settings_dir): - return py_settings for file_name in os.listdir(settings_dir): if file_name.endswith('.py'): file_module = file_name.split('.')[0] -- libgit2 0.21.2