From 77b1fafc4f5bafbbb30808ffccbeea1401f246d4 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Wed, 8 Jan 2025 12:56:19 +0000 Subject: [PATCH] Fix for scratch uploads --- services/justin-wsgi-allocator | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/justin-wsgi-allocator b/services/justin-wsgi-allocator index 8002fb7..2e3f879 100755 --- a/services/justin-wsgi-allocator +++ b/services/justin-wsgi-allocator @@ -1424,8 +1424,7 @@ def processOutputFiles(outputFiles, patternsDict, 'creator_stage_id=%d,' 'creator_pattern_id=%d,' 'stage_id=0' % - (workflowID, stageID, patternID, - patternsDict[patternID]['destination'], fileName, + (patternsDict[patternID]['destination'], fileName, justinJobID, workflowID, stageID, patternID) )