95:e1033dff0bd8 | 96:8ecf7b5a134a |
---|---|
65 if exclStr: | 65 if exclStr: |
66 excl = exclStr.split() | 66 excl = exclStr.split() |
67 else: | 67 else: |
68 excl = [] | 68 excl = [] |
69 | 69 |
70 format = self.formatCombo.itemData(self.formatCombo.currentIndex()) | 70 dumpFormat = self.formatCombo.itemData(self.formatCombo.currentIndex()) |
71 | 71 |
72 return appls, excl, format, self.indentationSpinBox.value() | 72 return appls, excl, dumpFormat, self.indentationSpinBox.value() |