Skip to content

Commit 55e75bb

Browse files
committed
Another fix to flake8 typo
1 parent dfa2ad6 commit 55e75bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

idr_gallery/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ def study_page(request, idrid, format="html", conn=None, **kwargs):
188188
if f"{token} Description" in desc:
189189
desc = desc.split(f"{token} Description", 1)[1].strip()
190190
otype = "project" if obj.OMERO_CLASS == "Project" else "screen"
191-
study_bff_url = f"{bff_url}?container_name={obj.name}\
192-
&container_type={otype}"
191+
study_bff_url = (f"{bff_url}?container_name={obj.name}" +
192+
f"&container_type={otype}")
193193
# https://idr-testing.openmicroscopy.org/searchengine//api/v1/resources/
194194
# container_data/?container_name=idr0164-alzubi-hdbr%2FexperimentA&
195195
# container_type=project

0 commit comments

Comments
 (0)