From 734e93731063b99a48538b0b750597632d2a1936 Mon Sep 17 00:00:00 2001 From: jgstew Date: Tue, 26 Sep 2023 14:47:04 -0400 Subject: [PATCH] fix item --- SharedProcessors/DictionaryKeyRead.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SharedProcessors/DictionaryKeyRead.py b/SharedProcessors/DictionaryKeyRead.py index c98cd88..b783abc 100644 --- a/SharedProcessors/DictionaryKeyRead.py +++ b/SharedProcessors/DictionaryKeyRead.py @@ -31,6 +31,8 @@ class DictionaryKeyRead(Processor): "description": "Name of the output variable to store the value.", }, } + output_variables = {} + __doc__ = description def read_dictionary_key(self, input_dictionary, dictionary_key): try: