IntrAnatSEEGSoftware / IntrAnat

sEEG software
GNU General Public License v3.0
14 stars 6 forks source link

Crash locateElectrode clicking on + to add an electrode after selecting an existing one (BV5) #6

Open manikbh opened 3 years ago

manikbh commented 3 years ago

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)