Traceback (most recent call last):
File "locateElectrodes.py", line 1337, in addElectrode
self.electrodeList.addItem(name)
TypeError: arguments did not match any overloaded call:
addItem(self, QListWidgetItem): argument 1 has unexpected type 'bool'
addItem(self, str): argument 1 has unexpected type 'bool'
Aborted (core dumped)
Traceback (most recent call last):
File "locateElectrodes.py", line 1337, in addElectrode
self.electrodeList.addItem(name)
TypeError: arguments did not match any overloaded call:
addItem(self, QListWidgetItem): argument 1 has unexpected type 'bool'
addItem(self, str): argument 1 has unexpected type 'bool'
Aborted (core dumped)