mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 06:04:06 +00:00
Add comment support in [tasks] section
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
437a401739
commit
21d9e5d66f
|
@ -163,6 +163,8 @@ def read_sbyconfig(sbydata, taskname):
|
|||
continue
|
||||
|
||||
if tasks_section:
|
||||
if line.startswith("#"):
|
||||
continue
|
||||
line = line.split()
|
||||
if len(line) > 0:
|
||||
tasklist.append(line[0])
|
||||
|
|
Loading…
Reference in a new issue