We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c63484 commit 9b08418Copy full SHA for 9b08418
1 file changed
suite_report_git/suite_report_git.py
@@ -63,7 +63,7 @@ class SuiteReport(SuiteData):
63
open_collapsed = "<details>"
64
close_collapsed = "</details>"
65
66
- def __init__(self, suite_path: Path) -> None:
+ def __init__(self, suite_path: Path) -> None:
67
self.suite_path: Path = suite_path
68
self.suite_user = suite_path.owner()
69
self.suite_starttime: str = self.get_suite_starttime()
0 commit comments