aboutsummaryrefslogtreecommitdiff
path: root/labbot/config.py
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-09-07 13:09:39 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-09-07 13:09:39 +0200
commit45f1185a2e219923e26bd58d06a1b5130720fa74 (patch)
tree53d2a333b2dcfc48af3ebc903b7c5be1a380d1a2 /labbot/config.py
parentc7c3468f044acb58f8e3e3341c42135a08e0d380 (diff)
downloadlab-bot-45f1185a2e219923e26bd58d06a1b5130720fa74.tar.gz
lab-bot-45f1185a2e219923e26bd58d06a1b5130720fa74.zip
Implement Dashboard
Diffstat (limited to 'labbot/config.py')
-rw-r--r--labbot/config.py4
1 files changed, 4 insertions, 0 deletions
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