Skip to content

Commit b1bd3a6

Browse files
committed
All hail Black
1 parent 387e9bf commit b1bd3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/scripts/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def main():
268268
parsed_info = parse_file(source, args.compilation_database_path)
269269

270270
# Output path for dumping the parsed info into a json file
271-
output_dir=utils.join_path(args.json_output_path, "json")
271+
output_dir = utils.join_path(args.json_output_path, "json")
272272
output_filepath = utils.get_output_path(
273273
source=source,
274274
output_dir=output_dir,

0 commit comments

Comments
 (0)