forked from p15670423/monkey
Agent: Fix a bug in should_propagate
This commit is contained in:
parent
552e2100fa
commit
e15206101a
|
@ -1,2 +1,2 @@
|
|||
def should_propagate(config: dict, depth: int) -> bool:
|
||||
return config["config"]["depth"] < depth
|
||||
return config["config"]["depth"] > depth
|
||||
|
|
Loading…
Reference in New Issue