Skip to content

Commit

Permalink
Remove stray comma, which was keeping failed tests from reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffFranklin committed Nov 27, 2018
1 parent 1f85185 commit 29395d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdriver_recorder/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ class ReportResult(object):
"""
def __init__(self, report, excinfo, doc):
self.report = report
self.excinfo = excinfo,
self.excinfo = excinfo
self.doc = doc

0 comments on commit 29395d2

Please sign in to comment.