We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096ff2e commit 9b7053fCopy full SHA for 9b7053f
utils/impact-db_impacts_gen.py
@@ -43,6 +43,4 @@ def list_impacts(issues: [str]) -> None:
43
44
with open("./lkql_checker/share/lkql/kp/kp.json", "w", encoding="utf-8") as f:
45
json.dump(impacts, f, ensure_ascii=False, indent=4)
46
-
47
-with open("./lkql_checker/share/lkql/kp/kp.json", "a", encoding="utf-8") as f:
48
f.write("\n")
0 commit comments