diff --git a/src/gui_qt/io/fcbatchreader.py b/src/gui_qt/io/fcbatchreader.py index 0cffdd2..007de7e 100644 --- a/src/gui_qt/io/fcbatchreader.py +++ b/src/gui_qt/io/fcbatchreader.py @@ -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():