3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-14 17:05:31 +00:00
This commit is contained in:
Krystine Sherwin 2025-07-09 10:06:56 +12:00
parent cb81a97808
commit de51db08ab
No known key found for this signature in database

View file

@ -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: