Make clang-tidy-diff.py py3-compatible.

llvm-svn: 211834
This commit is contained in:
NAKAMURA Takumi 2014-06-27 01:10:18 +00:00
parent 1e8dbd360d
commit 360096e701
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def main():
lines_by_file.setdefault(filename, []).append([start_line, end_line])
if len(lines_by_file) == 0:
print "No relevant changes found."
print("No relevant changes found.")
sys.exit(0)
line_filter_json = json.dumps(