[Patchew-devel] [PATCH] testing: fix project logs

Paolo Bonzini posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/patchew-ci tags/patchew/20180324093123.15597-1-pbonzini@redhat.com
mods/testing.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Patchew-devel] [PATCH] testing: fix project logs
Posted by Paolo Bonzini 6 years ago
---
 mods/testing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mods/testing.py b/mods/testing.py
index d6492aa..1217f6f 100644
--- a/mods/testing.py
+++ b/mods/testing.py
@@ -165,7 +165,7 @@ class TestingModule(PatchewModule):
                                       "testing_name": test}) + "?type=message"
         else:
             assert(isinstance(obj, Project))
-            log_url = reverse.reverse("testing-log",
+            log_url = reverse("testing-log",
                               kwargs={"project_or_series": obj.name,
                                       "testing_name": test}) + "?type=project"
         if html:
-- 
2.16.2

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://www.redhat.com/mailman/listinfo/patchew-devel