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 9b7053f commit 6e5fed4Copy full SHA for 6e5fed4
utils/impact-db_impacts_gen.py
@@ -39,7 +39,7 @@ def list_impacts(issues: [str]) -> None:
39
list_impacts(sorted(ids))
40
41
impacts = {"impacts": res}
42
-impacts.update({"gnat": list(db.config["gnat"].keys())})
+impacts.update({"gnat": sorted(db.config["gnat"].keys())})
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)
0 commit comments