Explorar el Código

travis build errors re-appeared

Julius Pfrommer hace 8 años
padre
commit
8f2cb0d0c1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tools/amalgamate.py

+ 2 - 0
tools/amalgamate.py

@@ -68,6 +68,8 @@ for fname in args.inputs:
             guard_res = guard_re.match(line)
             if not inc_res and not guard_res:
                 file.write(line)
+                # Ensure file is written to disk.
+                file.flush()
         print ("done."),
 
 if not is_c: