mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-15 17:35:31 +00:00
Warn on --livecsv in --status* block
This commit is contained in:
parent
48a5859a1e
commit
1d233405bf
1 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,10 @@ if status_show or status_reset or status_show_csv:
|
|||
status_db.print_status_summary_csv()
|
||||
|
||||
status_db.db.close()
|
||||
|
||||
if status_live_csv:
|
||||
print(f"WARNING: --livecsv flag found but not used.")
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue