Skip to content

Commit

Permalink
Update AssertInputContainsString.py
Browse files Browse the repository at this point in the history
remove wrong comment
  • Loading branch information
jgstew committed Jul 17, 2023
1 parent 9272ac1 commit c8483a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SharedProcessors/AssertInputContainsString.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class AssertInputContainsString(Processor): # pylint: disable=invalid-name
def main(self):
"""Execution starts here"""

# get the current dictionary
input_string = self.env.get("input_string")
assert_string = self.env.get("assert_string")
raise_error = bool(self.env.get("raise_error", True))
Expand Down

0 comments on commit c8483a4

Please sign in to comment.