Skip to content

Commit 608634a

Browse files
Apply suggestion from @t00sa
Co-authored-by: Sam Clarke-Green <74185251+t00sa@users.noreply.github.com>
1 parent 9b08418 commit 608634a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

suite_report_git/suite_data.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ class SuiteData:
4747
"atmos_thread",
4848
"-v-",
4949
)
50-
50+
def __init__(self) -> None:
51+
self.dependencies = {}
52+
self.rose_data = {}
53+
self.suite_path = None
54+
self.task_states = {}
55+
self.temp_directory = None
5156
def __init__(self) -> None:
5257
pass
5358

0 commit comments

Comments
 (0)