--- a/Debugger/WatchPointModel.py Mon Oct 14 19:30:36 2013 +0200 +++ b/Debugger/WatchPointModel.py Mon Oct 14 20:08:19 2013 +0200 @@ -188,8 +188,8 @@ if index.isValid(): row = index.row() index1 = self.createIndex(row, 0, self.watchpoints[row]) - index2 = self.createIndex(row, len(self.watchpoints[row]), - self.watchpoints[row]) + index2 = self.createIndex( + row, len(self.watchpoints[row]), self.watchpoints[row]) self.dataAboutToBeChanged.emit(index1, index2) i = 0 for value in [cond, special] + list(properties):