Skip to content

Commit

Permalink
Fix missed kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Jan 30, 2025
1 parent 5b5cc89 commit 140374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeometa/pygeoapi_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def __init__(self, processor_def):

super().__init__(processor_def, PROCESS_METADATA_SCHEMAS)

def execute(self, data, **kwargs):
def execute(self, data):

mimetype = 'application/json'

Expand Down

0 comments on commit 140374a

Please sign in to comment.