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