added a new debug argument
This commit is contained in:
parent
9cc805fb9d
commit
72281c4401
3 changed files with 21 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import utils
|
||||
|
||||
def parse_wave_nodes(cfg,wave: int) -> list:
|
||||
return list(filter(lambda node: node["wave"] == wave,cfg["nodes"]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue