fix #104: popup ids are the same in default template

This commit is contained in:
debugtalk
2018-02-26 23:16:36 +08:00
parent 68227f6c0e
commit b3d4eecdfd
4 changed files with 9 additions and 9 deletions

View File

@@ -173,8 +173,6 @@ class Runner(object):
finally:
setup_teardown(teardown_actions)
return getattr(self.http_client_session, "meta_data", {})
def extract_output(self, output_variables_list):
""" extract output variables
"""