fix problem with namespaces

This commit is contained in:
Dominik Demuth
2024-09-29 14:33:28 +02:00
parent d07b85ae27
commit f185b24967
5 changed files with 26 additions and 128 deletions

View File

@ -88,7 +88,6 @@ class QFCReader(QtWidgets.QDialog, Ui_FCEval_dialog):
def accept(self):
items = [self.listWidget.item(i).text() for i in range(self.listWidget.count())]
print(items)
if items:
with busy_cursor():
self.read(items)