Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UmSenhorQualquer committed Feb 7, 2019
1 parent ba1c5c0 commit f035367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyforms_terminal/controls/control_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def load_form(self, data, path=None):
self.value = rows

def __add__(self, other):
self._value.append(val)
self._value.append(other)
return self
"""
row_index = self.tableWidget.rowCount()
Expand Down

0 comments on commit f035367

Please sign in to comment.