mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 07:24:41 +02:00
Merge branch 'unify_compilation_database_access' of https://github.com/Luflosi/kitty
This commit is contained in:
2
setup.py
2
setup.py
@@ -428,7 +428,7 @@ class CompilationDatabase:
|
|||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
compilation_database = []
|
compilation_database = []
|
||||||
compilation_database = {
|
compilation_database = {
|
||||||
CompileKey(k['file'], k.get('output')): k['arguments'] for k in compilation_database
|
CompileKey(k['file'], k['output']): k['arguments'] for k in compilation_database
|
||||||
}
|
}
|
||||||
self.db = compilation_database
|
self.db = compilation_database
|
||||||
return self
|
return self
|
||||||
|
|||||||
Reference in New Issue
Block a user