start web server from beginnig
[vsorcdistro/.git] / scripts / precompiler.py
index 9474f749da5589f5b49a75f9ce4d40dfb1b33d28..b7f8697d6aebb875d494b6cb6daf857289bf2c46 100755 (executable)
@@ -65,6 +65,7 @@ class TopoFromCompiler(Topo):
                                switches.append(switch)
 
                print ("Devices: " + str(devices) + "\n" + "Links: " + str(links) + "\n" + "Hosts: " + str(hosts) + "\n" + "Switches: " + str(switches) + "\n")
+               sys.stdout.flush()
                
                #Create links
                for pair in links: