Explorar o código

travis build errors re-appeared

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
8f2cb0d0c1
Modificáronse 1 ficheiros con 2 adicións e 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: