Skip to content

Commit 8598999

Browse files
committed
Remove no-operation that caused Unicode errors.
The statement had no effect as its result was not used. It also caused Unicode errors, because manually entered atoms have Unicode element symbols.
1 parent 19fa1bd commit 8598999

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

diffpy/pdfgui/gui/bondlengthdialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def setStructure(self, structure):
145145
self.eList = eDict.keys()
146146
self.eList.sort()
147147
self.eList.insert(0, "All")
148-
map(str.title, self.eList)
149148

150149
self.aComboBox.Clear()
151150
self.bComboBox.Clear()

0 commit comments

Comments
 (0)