This PR fixes a bug due to the residual presence of a placeholder for the update of asig name in some scripts of stage 2, e.g. asig.name += "", giving error if name attribute was not yet properly initialized. Being useless, when not dangerous, this line has been removed in all the scripts where still present.
This PR fixes a bug due to the residual presence of a placeholder for the update of asig name in some scripts of stage 2, e.g.
asig.name += ""
, giving error ifname
attribute was not yet properly initialized. Being useless, when not dangerous, this line has been removed in all the scripts where still present.