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 c424245 commit 55d27ccCopy full SHA for 55d27cc
src/pytest_html/basereport.py
@@ -22,7 +22,7 @@
22
class BaseReport:
23
def __init__(self, report_path, config, report_data, template, css):
24
self._generated = datetime.now(tz=timezone.utc)
25
-
+
26
report_path_expanded = self._expand_path(report_path)
27
self._report_path = (
28
Path.cwd() / Path(report_path_expanded).expanduser()
0 commit comments