set region flag correctly

This commit is contained in:
Dominik Demuth 2023-04-12 17:27:05 +02:00
parent 3b79c571fb
commit bc034cf4f4

View File

@ -72,7 +72,7 @@ class QFCReader(QtWidgets.QDialog, Ui_FCEval_dialog):
self.close()
def read(self, items):
region = (None, None)
region = None
if self.region_box.isChecked():
start = None
if self.start_lineedit.text():