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

Add cancelledby config section

This commit is contained in:
Krystine Sherwin 2025-07-09 10:03:54 +12:00
parent a153349ac8
commit e7c756a43f
No known key found for this signature in database
3 changed files with 27 additions and 7 deletions

View file

@ -388,6 +388,7 @@ if dump_taskinfo:
"mode": cfg.options.get("mode"),
"engines": cfg.engines,
"script": cfg.script,
"cancelledby": cfg.cancelledby,
}
print(json.dumps(taskinfo, indent=2))
sys.exit(0)