Skip to content

Commit

Permalink
Merge pull request #4794 from mvdbeek/fix_listify_import_in_show_params
Browse files Browse the repository at this point in the history
[17.05][BUG] Fix listify import in show params
  • Loading branch information
dannon committed Oct 12, 2017
2 parents 1635f46 + 24308fb commit a83123e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/show_params.mako
@@ -1,6 +1,6 @@
<%inherit file="/base.mako"/>
<%namespace file="/message.mako" import="render_msg" />
<% from galaxy.util import listify, nice_size, unicodify %>
<% from galaxy.util import nice_size, unicodify %>
<style>
.inherit {
Expand Down Expand Up @@ -28,6 +28,7 @@
<%def name="inputs_recursive( input_params, param_values, depth=1, upgrade_messages=None )">
<%
from galaxy.util import listify
if upgrade_messages is None:
upgrade_messages = {}
%>
Expand Down

0 comments on commit a83123e

Please sign in to comment.