diff -r ec153828ded2 -r b789b695b5c6 dialogs/ActionBlockDialog.py --- a/dialogs/ActionBlockDialog.py Tue Aug 15 12:17:51 2017 +0300 +++ b/dialogs/ActionBlockDialog.py Tue Aug 15 15:50:30 2017 +0300 @@ -165,7 +165,7 @@ self.Table = ActionTable(self, [], GetActionTableColnames()) typelist = GetTypeList() - self.TypeList = ",".join(map(_,typelist)) + self.TypeList = ",".join(map(_, typelist)) self.TranslateType = dict([(_(value), value) for value in typelist]) self.ColSizes = [60, 90, 130, 200, 50] self.ColAlignements = [wx.ALIGN_LEFT, wx.ALIGN_LEFT, wx.ALIGN_LEFT, wx.ALIGN_LEFT, wx.ALIGN_LEFT]