From a53b4bdb426ed44ae061e230a48c5d4892be1c88 Mon Sep 17 00:00:00 2001 From: Schamper <1254028+Schamper@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:37:02 +0200 Subject: [PATCH] Actually commit fix and not just test --- dissect/target/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dissect/target/plugin.py b/dissect/target/plugin.py index 3b59b8d9a..fd9fc08b0 100644 --- a/dissect/target/plugin.py +++ b/dissect/target/plugin.py @@ -1115,7 +1115,7 @@ def add_to_result(func: PluginFunction) -> None: add_to_result( PluginFunction( name=f"{description['namespace']}.{funcname}" if description["namespace"] else funcname, - path=f"{description['module']}.{pattern}", + path=f"{description['module']}.{funcname}", class_object=loaded_plugin_object, method_name=funcname, output_type=getattr(fobject, "__output__", "text"),