frappy.io: change default to retry_first_idn=True

Looked at this code again, and wondered why the default is not True.
It is far more probable that the programmer just forgets to set
this property to True than it would harm to do so.

Change-Id: I439aedbdfc9c2b12737e3ce1694e90550ddf0e78
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/32270
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
zolliker 2023-10-06 11:04:17 +02:00
parent 998367a727
commit e3cb5d2e60

View File

@ -239,7 +239,7 @@ class StringIO(IOBase):
a flag to indicate whether the first message should be resent once to a flag to indicate whether the first message should be resent once to
avoid data that may still be in the buffer to garble the message''', avoid data that may still be in the buffer to garble the message''',
datatype=BoolType(), default=False) datatype=BoolType(), default=True)
def _convert_eol(self, value): def _convert_eol(self, value):
if isinstance(value, str): if isinstance(value, str):