Skip to content

Commit

Permalink
Fix variable name that was undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
jakory committed Jul 5, 2017
1 parent 0e92b53 commit 52cf6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ss_script_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def wait_for_last_response_again(self):
with the same parameters for the response and the timeout.
"""
return self.wait_for_response(self._last_response_to_get,
last_response_timeout)
self._last_response_timeout)


def _load_answers(self, answer_list):
Expand Down

0 comments on commit 52cf6eb

Please sign in to comment.