Robot 6.1 introduced a new CLI option parser which needs to be added to the list of options not valid for rebot.
In addition Pekka removed the private _add_initial from robot's NormalizedDict, he suggests to just leverage .update() instead (which also works for older releases).. but maybe you had a reason to use _add_initial in the first place?
Robot 6.1 introduced a new CLI option
parser
which needs to be added to the list of options not valid forrebot
.In addition Pekka removed the private
_add_initial
from robot'sNormalizedDict
, he suggests to just leverage.update()
instead (which also works for older releases).. but maybe you had a reason to use_add_initial
in the first place?Fixes #533