3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-10-05 17:23:59 +00:00

Use tasknames in --statuscsv

Also fix fallbacks for property statuses without a `task_property_status` entry.
This commit is contained in:
Krystine Sherwin 2025-07-08 15:47:34 +12:00
parent 2aa8d266ad
commit ceaeac43f7
No known key found for this signature in database
2 changed files with 11 additions and 6 deletions

View file

@ -97,7 +97,7 @@ if status_show or status_reset or status_show_csv:
status_db.print_status_summary()
if status_show_csv:
status_db.print_status_summary_csv()
status_db.print_status_summary_csv(tasknames)
status_db.db.close()