Skip to content

Commit

Permalink
Update DictionaryKeyRead.py
Browse files Browse the repository at this point in the history
Fix read object
  • Loading branch information
jgstew committed Sep 26, 2023
1 parent 8e16b0b commit ecaab92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SharedProcessors/DictionaryKeyRead.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def read_dictionary_key(self, input_dictionary, dictionary_key):

def main(self):
input_dictionary = self.env.get("input_dictionary")
input_dictionary = self.env.get(input_dictionary)
dictionary_key = self.env.get("dictionary_key")
output_variable = self.env.get("output_variable")

Expand Down

0 comments on commit ecaab92

Please sign in to comment.