There was an error while loading. Please reload this page.
1 parent 02ff935 commit 34207b0Copy full SHA for 34207b0
src/Tools/PyTools.ExecCmd.pas
@@ -77,7 +77,7 @@ implementation
77
78
class function TExecCmdService.Cmd(const ACmd: string; const AArg, AEnv: TArray<string>): IExecCmd;
79
begin
80
- TExecCmd.Create(ACmd, AArg, AEnv);
+ Result := TExecCmd.Create(ACmd, AArg, AEnv);
81
end;
82
83
class function TExecCmdService.Cmd(const ACmd: string;
0 commit comments