[update] autopick -> only export necessary XML (WIP)

This commit is contained in:
2018-07-17 10:53:37 +02:00
parent fbc01290d5
commit dda997e457
2 changed files with 9 additions and 6 deletions

View File

@@ -4003,7 +4003,7 @@ class AutoPickDlg(QDialog):
self.gb.setLayout(self.jobLayout)
def exportParameter(self):
self.parent().exportAllEvents()
self.parent().exportEvents()
pylot_params = self.parent()._inputs
self.addEvents2pp(pylot_params)
pylot_params.export2File(self.pp_export)