From 3600a493e5d02a8fe0851480938b2dac6978a02c Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Tue, 2 Jul 2024 00:18:23 +0100 Subject: [PATCH] correct IndexError message --- cmem_plugin_reason/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmem_plugin_reason/utils.py b/cmem_plugin_reason/utils.py index fbcc9d2..bc54abe 100644 --- a/cmem_plugin_reason/utils.py +++ b/cmem_plugin_reason/utils.py @@ -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 = (