Agent: Fix a bug in should_propagate

This commit is contained in:
vakarisz 2022-06-22 14:42:19 +03:00
parent 552e2100fa
commit e15206101a
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
def should_propagate(config: dict, depth: int) -> bool:
return config["config"]["depth"] < depth
return config["config"]["depth"] > depth