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 f08b722 commit 62b163cCopy full SHA for 62b163c
src/macaron/slsa_analyzer/analyze_context.py
@@ -180,7 +180,7 @@ def get_dict(self) -> dict:
180
# Remove result_tables since we don't have a good json representation for them.
181
sorted_on_id = []
182
for res in _sorted_on_id:
183
- # res is CheckResult(TypedDict)
+ # res is CheckResult
184
res_dict: dict = dict(res.get_dict())
185
res_dict.pop("result_tables")
186
sorted_on_id.append(res_dict)
0 commit comments