Closed
Description
The function Foundry.help_info()
has an if
condition that always evaluates to false
. The link to the foundry_success
predicate is added to the res_lines
inside this if
block, which means it is never printed to the user.
kontrol/src/kontrol/foundry.py
Lines 367 to 380 in dd53921