-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Testing operating system- whonix workstation.
Quick start works until I get to the second command for step 3.
user@host:~$ cd dtrust
user@host:~/dtrust$ python3 render_pretty.py --in build/tier2.json --out build/tier2_pretty.html --score build/tier2.score.json
Traceback (most recent call last):
File "/home/user/dtrust/render_pretty.py", line 205, in <module>
main()
File "/home/user/dtrust/render_pretty.py", line 198, in main
content.append(render_tier2(report))
^^^^^^^^^^^^^^^^^^^^
File "/home/user/dtrust/render_pretty.py", line 160, in render_tier2
rows = "".join(f"<tr><td>{esc(k)}</td><td class='mono'>{esc(', '.join(v))}</td></tr>" for k, v in list(shadows.items())[:200])
^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'items'
Metadata
Metadata
Assignees
Labels
No labels