From 6bcba323cfa01bbd8949b42783d8d73e1f1a0a91 Mon Sep 17 00:00:00 2001 From: Ralphred Date: Tue, 14 Jun 2022 23:00:19 +0100 Subject: [PATCH] update --- QtGentools.epj | 3 +-- ui/mainwindow.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/QtGentools.epj b/QtGentools.epj index 71d1337..199a69d 100644 --- a/QtGentools.epj +++ b/QtGentools.epj @@ -2,7 +2,7 @@ "header": { "comment": "eric project file for project QtGentools", "copyright": "Copyright (C) 2021 Andrew Foster, qtgentools@liquid.me.uk", - "saved": "2021-06-30, 08:26:38" + "saved": "2021-07-10, 19:00:17" }, "project": { "AUTHOR": "Andrew Foster", @@ -72,7 +72,6 @@ }, "RESOURCES": [], "SOURCES": [ - "__init__.py", "qtgentools.py", "ui/Ui_mainwindow.py", "ui/mainwindow.py" diff --git a/ui/mainwindow.py b/ui/mainwindow.py index 204ff15..8fb2364 100644 --- a/ui/mainwindow.py +++ b/ui/mainwindow.py @@ -332,7 +332,6 @@ class MainWindow(QMainWindow, Ui_MainWindow): self.redraw_window() process=Popen(options,encoding='utf-8',stdout=PIPE,env=ENV) data,excd=process.communicate() - print(excd,len(data)) if excd is not None or len(data)<17: self.s_pbar.setFormat('Search Failed!!') return -- 2.44.2