Agent: Rename depth to current_depth in propagation.py
This commit is contained in:
parent
f0029a0d82
commit
8358253fc7
|
@ -1,2 +1,2 @@
|
||||||
def should_propagate(config: dict, depth: int) -> bool:
|
def should_propagate(config: dict, current_depth: int) -> bool:
|
||||||
return config["config"]["depth"] > depth
|
return config["config"]["depth"] > current_depth
|
||||||
|
|
Loading…
Reference in New Issue