3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-14 17:05:31 +00:00

Fix for statusfmt not going into status block

This commit is contained in:
Krystine Sherwin 2025-07-29 10:04:40 +12:00
parent 3bf5be0637
commit f05979a528
No known key found for this signature in database

View file

@ -72,7 +72,7 @@ if autotune and linkmode:
print("ERROR: --link flag currently not available with --autotune")
sys.exit(1)
if status_show or status_reset or task_status:
if status_show or status_reset or task_status or status_format:
target = workdir_prefix or workdir or sbyfile
if target is None:
print("ERROR: Specify a .sby config file or working directory to use --status.")