Skip to content

Commit

Permalink
Fix for scratch uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McNab-UK committed Jan 8, 2025
1 parent 9c9a01c commit 77b1faf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/justin-wsgi-allocator
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 77b1faf

Please # to comment.