From 28a8a10ba2ba6cd316955357d5d3dd553615a7dd Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Tue, 29 Jul 2025 16:16:32 -0700 Subject: [PATCH] Not sure how this bug was re-introduced. 99% sure we pushed this to prod. --- LSL2/STPROC/LOT_SERVICES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LSL2/STPROC/LOT_SERVICES.txt b/LSL2/STPROC/LOT_SERVICES.txt index 01207d9..e53382c 100644 --- a/LSL2/STPROC/LOT_SERVICES.txt +++ b/LSL2/STPROC/LOT_SERVICES.txt @@ -81,7 +81,7 @@ objLotStartLog = Logging_Services('NewLog', LogPath, LogFileName, CRLF$, ',', He LogFileName = LogDate[7, 4] : '-' : LogDate[1, 2] : '-' : LogDate[4, 2] : ' LotRun.csv' Headers = 'Logging DTM' : @FM : 'Lot Id' : @FM : 'Username' : @FM : 'Tool Id' : @FM : 'Message' -objRunLog = Logging_Services('NewLog', LogPath, LogFileName, CRLF$, ',', Headers, '', False$, False$) +objLotRunLog = Logging_Services('NewLog', LogPath, LogFileName, CRLF$, ',', Headers, '', False$, False$) LogFileName = LogDate[7, 4] : '-' : LogDate[1, 2] : '-' : LogDate[4, 2] : ' LotMove.csv' Headers = 'Logging DTM' : @FM : 'Lot Id' : @FM : 'Username' : @FM : 'Message' @@ -1614,3 +1614,4 @@ end service // Internal GoSubs //---------------------------------------------------------------------------------------------------------------------- +