diff --git a/externalProgramPathGui.pyw b/externalProgramPathGui.pyw
index 38260a8f20e20ea8a98d43b89dc319ef151edc51..9f35f5633301f9e36c3096eb27e86e52f70fdee8 100755
--- a/externalProgramPathGui.pyw
+++ b/externalProgramPathGui.pyw
@@ -165,7 +165,8 @@ class ExtProgsConfGui(QWidget):
             print("Quit pressed")   
         sys.exit()     
         
-        
+    def flush(self):
+        pass
 # ============== Main ========================
      
 def main():    
diff --git a/launchGui.pyw b/launchGui.pyw
index 6be6566351b920bccb74c46e0caf562b5e9d178e..2af43e93caee3420fe64323adc927ec53d5c8ce0 100755
--- a/launchGui.pyw
+++ b/launchGui.pyw
@@ -366,7 +366,9 @@ class LaunchGui(QWidget):
             if stuff != '':
                 self.console.append(stuff)
         
-
+    def flush(self):
+        pass
+#====================================================================================
 def main():
     #define launcher
     launch = LaunchJob()
diff --git a/postProLoopGui.pyw b/postProLoopGui.pyw
index 8eab7ebd5e13098242eb7d9c5213f2dbbd1a7ad0..7b034ba8e8f7c5a5b6529f5776597cc173f989d8 100755
--- a/postProLoopGui.pyw
+++ b/postProLoopGui.pyw
@@ -219,6 +219,8 @@ class PostProLoopGui(QWidget):
             print("Quit pressed")   
         sys.exit()     
         
+    def flush(self):
+        pass
 # ============== Main ========================        
 def main():    
     # create gui