You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
R905-031 Fix get_analysis_unit function
Change-Id: I1e958968d1867184fab5b12b1e59b0e8ce6ec7b8
This commit is contained in:
@@ -387,9 +387,9 @@ package body Python_Module is
|
||||
Script : constant Scripting_Language :=
|
||||
Kernel.Scripts.Lookup_Scripting_Language (Python_Name);
|
||||
begin
|
||||
-- Now we are ready to import libadalang
|
||||
-- Now we are ready to import lal_utils (and libadalang)
|
||||
Script.Execute_Command
|
||||
(CL => Create ("import libadalang"),
|
||||
(CL => Create ("import lal_utils"),
|
||||
Hide_Output => True,
|
||||
Errors => Errors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user