File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ contains
4747 PyEnvironment.Embeddable.Res.Python310 in '..\src\Embeddable\Res\PyEnvironment.Embeddable.Res.Python310.pas',
4848 PyEnvironment.AddOn.EnsurePip in '..\src\AddOn\PyEnvironment.AddOn.EnsurePip.pas',
4949 PyEnvironment.AddOn.GetPip in '..\src\AddOn\PyEnvironment.AddOn.GetPip.pas',
50- PyEnvironment.AddOn in '..\src\AddOn\PyEnvironment.AddOn.pas';
50+ PyEnvironment.AddOn in '..\src\AddOn\PyEnvironment.AddOn.pas',
51+ PyEnvironment.Exception in '..\src\PyEnvironment.Exception.pas';
5152
5253end.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ contains
4040 PyTools.Notification.Protocol.Local in '..\src\Tools\Notification\Protocol\PyTools.Notification.Protocol.Local.pas',
4141 PyTools.ExecCmd.Args in '..\src\Tools\ExecCmd\PyTools.ExecCmd.Args.pas',
4242 PyTools.ExecCmd in '..\src\Tools\ExecCmd\PyTools.ExecCmd.pas',
43- PyTools.ExecCmd.Platform in '..\src\Tools\ExecCmd\PyTools.ExecCmd.Platform.pas';
43+ PyTools.ExecCmd.Platform in '..\src\Tools\ExecCmd\PyTools.ExecCmd.Platform.pas',
44+ PyTools.Exception in '..\src\Tools\PyTools.Exception.pas';
4445
4546end.
You can’t perform that action at this time.
0 commit comments