Minor fixes for output consistency

This commit is contained in:
Marshall Greenblatt
2016-10-27 14:22:56 -04:00
parent 676cb1f07d
commit 29f7953677
2 changed files with 6 additions and 7 deletions

View File

@ -56,7 +56,7 @@ def process_line(line):
def process_file(path):
print "Issue #1999: " + path
print "Applying issue #1999 fix to " + path
with open(path) as f:
content = f.read().splitlines()
@ -71,4 +71,4 @@ def process_file(path):
f.write("\n")
def apply(confpath):
process_file(os.path.join(confpath, "obj/cef/libcef.ninja"))
process_file(os.path.join(confpath, "obj", "cef", "libcef.ninja"))