(text)
| 149 | self.waitDialog = None |
| 150 | |
| 151 | def cb(text): |
| 152 | if self.waitDialog: |
| 153 | del self.waitDialog |
| 154 | toClipboard(text) |
| 155 | self.EndModal(wx.ID_OK) |
| 156 | |
| 157 | export_options = options.get(selected) |
| 158 | if selected == CopySelectDialog.copyFormatMultiBuy and export_options.get(PortMultiBuyOptions.OPTIMIZE_PRICES, False): |
nothing calls this directly
no test coverage detected