From d3a4ff1cd3bdcdad7b441a522f05d5d45a959e47 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 20 May 2025 12:55:35 +0200 Subject: [PATCH] - in BatchProcessNew correzione --- BatchProcessNew.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BatchProcessNew.lua b/BatchProcessNew.lua index 680b2f4..afdbaf2 100644 --- a/BatchProcessNew.lua +++ b/BatchProcessNew.lua @@ -24,7 +24,7 @@ if ( BEAM.FLAG ~= 6) and ( BEAM.FLAG ~= 7) then return end end -if BeamExec.FLAG ~= 7 then +if BEAM.FLAG ~= 7 then sTxtLogFile = EgtChangePathExtension( BEAM.FILE, '.txt') end local sMachDir = EgtGetCurrMachineDir()