We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387e9bf commit b1bd3a6Copy full SHA for b1bd3a6
1 file changed
bindings/python/scripts/parse.py
@@ -268,7 +268,7 @@ def main():
268
parsed_info = parse_file(source, args.compilation_database_path)
269
270
# Output path for dumping the parsed info into a json file
271
- output_dir=utils.join_path(args.json_output_path, "json")
+ output_dir = utils.join_path(args.json_output_path, "json")
272
output_filepath = utils.get_output_path(
273
source=source,
274
output_dir=output_dir,
0 commit comments