- in BatchProcessNew correzione

This commit is contained in:
luca.mazzoleni
2025-05-20 12:55:35 +02:00
parent 861384b5bb
commit d3a4ff1cd3
+1 -1
View File
@@ -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()