Make sure line is erased.
This commit is contained in:
parent
43080f88fe
commit
b116496f87
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ def filter_valid_actions(pure_actions):
|
||||||
conf = Conformance(new_od.state, new_od.m, new_od.mm)
|
conf = Conformance(new_od.state, new_od.m, new_od.mm)
|
||||||
errors = conf.check_nominal()
|
errors = conf.check_nominal()
|
||||||
# erase current line:
|
# erase current line:
|
||||||
print(" ", end='\r')
|
print(" ", end='\r')
|
||||||
if len(errors) == 0:
|
if len(errors) == 0:
|
||||||
# updated RT-M is conform, we have a valid action:
|
# updated RT-M is conform, we have a valid action:
|
||||||
yield (name, functools.partial(make_tuple, new_od, msgs))
|
yield (name, functools.partial(make_tuple, new_od, msgs))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue