Skip to content
  • Maxime Perrotin's avatar
    Fix update of data dictionary window · fc1eae18
    Maxime Perrotin authored
    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.
    fc1eae18