Skip to content

Commit

Permalink
debugging result.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Jul 7, 2023
1 parent 5c21dec commit 6a2a0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synop2bufr/pygeoapi_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def execute(self, data):
LOGGER.error(e)
errors.append(f"{e}")

output = {"result": json.dumps(result), "errors": json.dumps(errors)}
output = {"result": json.dumps(bufr), "errors": json.dumps(errors)}


LOGGER.error("returning")
Expand Down

0 comments on commit 6a2a0ca

Please sign in to comment.