Commit 1f5d86dd authored by Mattia Rizzolo's avatar Mattia Rizzolo

reinstate an accidentally removed load_config() call

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent e8b296ed
...@@ -44,6 +44,7 @@ class Branch: ...@@ -44,6 +44,7 @@ class Branch:
self.pinned = name in manager.config["keep-branches"] self.pinned = name in manager.config["keep-branches"]
self.check_remote_status() self.check_remote_status()
self.load_config()
def check_remote_status(self): def check_remote_status(self):
"""Check the branch merging status on GitLab""" """Check the branch merging status on GitLab"""
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
import subprocess import subprocess
import atexit import atexit
import time
from werkzeug import serving from werkzeug import serving
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment