Skip to content

Commit

Permalink
#68 changed name of QueryFQNs property
Browse files Browse the repository at this point in the history
  • Loading branch information
Sealdolphin committed Jun 22, 2022
1 parent fb0e27b commit 034bc49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _monkey_patch_generic_response_message_repr_html_(self):
return '<span title="{}">{} <i>(see hover for details)</i></span>'.format(html.escape(self.to_str()), html.escape(self.message))

def _monkey_patch_query_fqn_list_repr_html_(self):
ns_list = self.query_fq_ns
ns_list = self.query_fqns
if ns_list:
list_body = "\n".join([
"<li>{}</li>".format(html.escape(query_fqn)) for query_fqn in ns_list
Expand Down

0 comments on commit 034bc49

Please sign in to comment.