Add comment to note special snowflakes needs

This commit is contained in:
Ebag333
2017-01-24 18:21:09 -08:00
parent fbde9ce7bf
commit cc3274f245

View File

@@ -691,6 +691,7 @@ class MainFrame(wx.Frame):
toClipboard(Port.exportCrest(fit))
def clipboardXml(self):
# exportXml expects an iterable, so stuff the single fit into a set
fit = {db.getFit(self.getActiveFit())}
toClipboard(Port.exportXml(None, *{fit}))