Commit 1388028d authored by Pietro Albini's avatar Pietro Albini

Fix a crash at startup

parent 69f917d7
...@@ -78,7 +78,7 @@ class TestsManager: ...@@ -78,7 +78,7 @@ class TestsManager:
raise RuntimeError("Can't get merge requests from GitLab!") raise RuntimeError("Can't get merge requests from GitLab!")
for request in new: for request in new:
add(request["source_branch"], request["id"]) add(request["source_branch"], request["id"])
self.details["branches"][name] = mr self.details["branches"][name] = request["id"]
self.save_details() self.save_details()
......
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