We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48193b7 commit ea86c1dCopy full SHA for ea86c1d
lib/galaxy/webapps/galaxy/controllers/dataset.py
@@ -628,10 +628,12 @@ def display_application(
628
msg.append((f"Invalid action provided: {app_action}", "error"))
629
else:
630
if app_action is None:
631
- msg.append((
632
- "Launching this display application requires additional datasets to be generated.",
633
- "info",
634
- ))
+ msg.append(
+ (
+ "Launching this display application requires additional datasets to be generated.",
+ "info",
635
+ )
636
637
638
raise Exception(f"Attempted a view action ({app_action}) on a non-ready display application")
639
return dict(msg=msg)
0 commit comments