Fix update of data dictionary window
Python3's map function behaves differently from Python2 - it creates a generator instead of actually executing the calls on the spot. However it was wrong to use a map when nothing was returned and only side effects were used.
Please register or sign in to comment