Skip to content

Commit

Permalink
fixed: IdSoapTools: "File '' not found" error when run without params
Browse files Browse the repository at this point in the history
  • Loading branch information
ashumkin committed Mar 19, 2015
1 parent 5e6c36d commit 429c68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/wizard/IdSoapToolsForm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ procedure TIndySoapToolsForm.FormDestroy(Sender: TObject);
procedure TIndySoapToolsForm.Timer1Timer(Sender: TObject);
begin
Timer1.Enabled := false;
if not (bmFile in varIdSoapToolsCmdLine.BatchMode) then
Exit;
if bmFileNotFound in varIdSoapToolsCmdLine.BatchMode then
begin
if not (bmBatch in varIdSoapToolsCmdLine.BatchMode) then
Expand Down

0 comments on commit 429c68a

Please sign in to comment.