mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-14 08:55:27 +00:00
Fix for statusfmt not going into status block
This commit is contained in:
parent
3bf5be0637
commit
f05979a528
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue