Commit 68f3d069 authored by Pietro Albini's avatar Pietro Albini

Fix crash when a new MR was created

parent 77e7a17f
...@@ -157,7 +157,7 @@ class TestsManager: ...@@ -157,7 +157,7 @@ class TestsManager:
# Send an alert on the merge request, if this branch has one # Send an alert on the merge request, if this branch has one
if mr is not None: if mr is not None:
self.gitlab.post_command(mr, "L'[istanza live]" self.gitlab.post_comment(mr, "L'[istanza live]"
"(http://wwwtest.ubuntu-it.org/%s/) " "(http://wwwtest.ubuntu-it.org/%s/) "
"per il branch **%s** è stata " "per il branch **%s** è stata "
"aggiornata." % (branch, branch)) "aggiornata." % (branch, branch))
......
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