update
authorRalphred <Ralphred@liquid.me.uk>
Tue, 14 Jun 2022 22:00:19 +0000 (23:00 +0100)
committerRalphred <Ralphred@liquid.me.uk>
Tue, 14 Jun 2022 22:00:19 +0000 (23:00 +0100)
QtGentools.epj
ui/mainwindow.py

index 71d1337c6fad4fad93a38fc344243bd3a70b0d9c..199a69d0cfa3bda18321e3e8fecd6b5b1a7f987f 100644 (file)
@@ -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"
index 204ff15a579c3e9021f2fc89d274ac134327b0aa..8fb2364cc7513862c7d2d02ca139e892f9044b36 100644 (file)
@@ -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