diff --git a/omeroweb/webclient/views.py b/omeroweb/webclient/views.py index 6efff9e1bc..971eb17fce 100755 --- a/omeroweb/webclient/views.py +++ b/omeroweb/webclient/views.py @@ -2313,9 +2313,7 @@ def batch_annotate(request, conn=None, **kwargs): context["template"] = "webclient/annotations/batch_annotate.html" context["webclient_path"] = reverse("webindex") objs["plateacquisition"] = objs.pop("acquisition") - context["annotationCounts"] = manager.getBatchAnnotationCounts( - objs - ) + context["annotationCounts"] = manager.getBatchAnnotationCounts(objs) return context