Skip to content

Commit

Permalink
merge: #59 from ginger/fix-agent-list
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Jan 3, 2024
2 parents a9adee9 + faa21df commit d4ca91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/attribution/logic/actions/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def agent_show(original_data_dict):


@action(schema.agent_list, help.agent_list, get=True)
def agent_list(q, mode='normal'):
def agent_list(q=None, mode='normal'):
if q is not None and q != '':
q_string = '{0}%'.format(q)
name_cols = [
Expand Down

0 comments on commit d4ca91f

Please sign in to comment.