Skip to content

Commit ea86c1d

Browse files
committed
Linting
1 parent 48193b7 commit ea86c1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/galaxy/webapps/galaxy/controllers/dataset.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,12 @@ def display_application(
628628
msg.append((f"Invalid action provided: {app_action}", "error"))
629629
else:
630630
if app_action is None:
631-
msg.append((
632-
"Launching this display application requires additional datasets to be generated.",
633-
"info",
634-
))
631+
msg.append(
632+
(
633+
"Launching this display application requires additional datasets to be generated.",
634+
"info",
635+
)
636+
)
635637
else:
636638
raise Exception(f"Attempted a view action ({app_action}) on a non-ready display application")
637639
return dict(msg=msg)

0 commit comments

Comments
 (0)