Skip to content

Commit

Permalink
fix item
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Sep 26, 2023
1 parent ea35fe6 commit 734e937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SharedProcessors/DictionaryKeyRead.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 734e937

Please sign in to comment.