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:
parent
2aa8d266ad
commit
ceaeac43f7
2 changed files with 11 additions and 6 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue