Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compdb/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
print("Preparing compilation database...")

db_entries = []
for db in compile_command_json_db_files:
for db in set(compile_command_json_db_files):
with open(db, 'r') as f:
db_entries.extend(json.load(f))

Expand Down