Skip to content

Commit

Permalink
correct IndexError message
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jul 1, 2024
1 parent 0ea55c4 commit 3600a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_reason/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def post_provenance(plugin: WorkflowPlugin, context: ExecutionContext) -> None:
try:
plugin_type = result["results"]["bindings"][0]["type"]["value"]
except IndexError:
plugin.log.warning("Could not add provenance data to output file")
plugin.log.warning("Could not add provenance data to output graph.")
return

param_split = (
Expand Down

0 comments on commit 3600a49

Please sign in to comment.