File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 cd lkql_checker/doc && make generate html-all
4444
4545impacts :
46- [ -f $( KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR ) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR )
46+ [ -f $( KP_JSON) ] || PYTHONPATH=$(IMPACTDB_DIR ) $( PYTHON ) ./utils/impact-db_impacts_gen.py $(IMPACTDB_DIR )
4747
4848format :
4949 gnatformat -P lkql_checker/gnatcheck.gpr --no-subprojects
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ package body Rules_Factory is
134134 begin
135135 for Rules_Dir of Rules_Dirs loop
136136 declare
137- -- This file is automatically generated from the impactdb database
137+ -- This file is automatically generated from the impactdb database
138138 JSON_Filename : constant Virtual_File := Rules_Dir / " kp.json" ;
139139 File_Content : GNAT.Strings.String_Access;
140140 Result : JSON_Value;
You can’t perform that action at this time.
0 commit comments