Skip to content

Commit

Permalink
merge: PR #60 from dev
Browse files Browse the repository at this point in the history
Weekly release 2024-01-15
  • Loading branch information
alycejenni authored Jan 15, 2024
2 parents a9adee9 + d4ca91f commit bbf80ed
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 bbf80ed

Please sign in to comment.