fix typo
This commit is contained in:
parent
7126c2ebdd
commit
d822dffdf0
@ -3695,7 +3695,7 @@ if 'max_victim_ancestry_depth' in config_dict:
|
|||||||
errprint('Invalid max_victim_ancestry_depth value, not integer\nExit')
|
errprint('Invalid max_victim_ancestry_depth value, not integer\nExit')
|
||||||
exit(1)
|
exit(1)
|
||||||
if max_victim_ancestry_depth < 1:
|
if max_victim_ancestry_depth < 1:
|
||||||
errprint('Invalud max_victim_ancestry_depth value\nExit')
|
errprint('Invalid max_victim_ancestry_depth value\nExit')
|
||||||
exit(1)
|
exit(1)
|
||||||
else:
|
else:
|
||||||
missing_config_key('max_victim_ancestry_depth')
|
missing_config_key('max_victim_ancestry_depth')
|
||||||
|
Loading…
Reference in New Issue
Block a user