Skip to content

Commit

Permalink
Update lib/galaxy/visualization/plugins/plugin.py
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
guerler and davelopez authored Nov 13, 2024
1 parent d5c267d commit 40a9899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/galaxy/visualization/plugins/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ def _set_logo(self):
logo_path = os.path.join(self.static_path, f"logo.{file_format}")
if os.path.isfile(logo_path):
self.config["logo"] = logo_path
break
else:
self.config["logo"] = None
return


class ScriptVisualizationPlugin(VisualizationPlugin):
Expand Down

0 comments on commit 40a9899

Please sign in to comment.