From 45f1185a2e219923e26bd58d06a1b5130720fa74 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Wed, 7 Sep 2022 13:09:39 +0200 Subject: Implement Dashboard --- labbot/config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'labbot/config.py') diff --git a/labbot/config.py b/labbot/config.py index 07c4d48..3574760 100644 --- a/labbot/config.py +++ b/labbot/config.py @@ -41,6 +41,10 @@ class Config: # write the hardcoded config data ontop of the loaded data self.settings["GLOBAL"].update(global_data) + + repo = self.settings.pop("REPO") + if repo: + self.settings["PROJECT"] = repo except (IOError, ValueError): pass -- cgit v1.2.3