You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line throws a KeyError on the second call since DictData has already been initialized (is no longer None) and we don't give a name argument on the `set_control_data(init=0) call.
This line throws a
KeyError
on the second call sinceDictData
has already been initialized (is no longerNone
) and we don't give aname
argument on the `set_control_data(init=0) call.rtl/rtl/rtl_iofile.py
Line 298 in d06fd32
Instead of terminating the whole program with a cryptic index error this should be fixed to silently ignore the duplicate function call.
The text was updated successfully, but these errors were encountered: