mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-14 17:05:31 +00:00
Fix typo
This commit is contained in:
parent
cb81a97808
commit
de51db08ab
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ if status_show or status_reset or task_status or status_show_csv:
|
|||
if status_reset:
|
||||
status_db.reset()
|
||||
elif status_db.test_schema():
|
||||
print(f"ERROR: Status database does not match expected formatted. Use --statusreset to reset.")
|
||||
print(f"ERROR: Status database does not match expected format. Use --statusreset to reset.")
|
||||
sys.exit(1)
|
||||
|
||||
if status_show:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue