We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0619a16 + 93dc255 commit 770f594Copy full SHA for 770f594
1 file changed
scripts/generate_compile_commands.py
@@ -33,7 +33,7 @@ def generate():
33
"command": line.strip(),
34
"file": os.path.normpath(os.path.join(build_dir,match.group(2)))
35
})
36
- print json.dumps(compile_commands,indent=4)
+ print(json.dumps(compile_commands,indent=4))
37
38
if __name__ == '__main__':
39
- generate()
+ generate()
0 commit comments