-
Michael Zikeli authored
Fix bug, default from dict.get() is always called, even if key already exists in dict. So acces was changed to from get() to [] and raise exception was removed.
Michael Zikeli authoredFix bug, default from dict.get() is always called, even if key already exists in dict. So acces was changed to from get() to [] and raise exception was removed.