Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release_17.05' into release_17.09
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 12, 2017
2 parents fd8e2e1 + a83123e commit ebdadb6
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 All @@ -22,6 +22,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 ebdadb6

Please sign in to comment.