fixed attribute export (#1613)

This commit is contained in:
blitzmann
2018-05-27 16:25:10 -04:00
parent a706da8adc
commit 670f19ce95

View File

@@ -102,7 +102,7 @@ class ItemParams(wx.Panel):
if saveFileDialog.ShowModal() == wx.ID_CANCEL:
return # the user hit cancel...
with open(saveFileDialog.GetPath(), "wb") as exportFile:
with open(saveFileDialog.GetPath(), "w") as exportFile:
writer = csv.writer(exportFile, delimiter=',')
writer.writerow(