Skip to content

Commit

Permalink
Catch up
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McNab-UK committed Oct 1, 2024
1 parent a0ae980 commit 4d36abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/justin-wsgi-allocator
Original file line number Diff line number Diff line change
Expand Up @@ -1394,9 +1394,9 @@ def processOutputFiles(outputFiles, patternRows,
patternsDict = {}
for patternRow in patternRows:
patternsDict[patternRow['pattern_id']] = {}
patternsDict[patternRow['pattern_id']]['destination']
patternsDict[patternRow['pattern_id']]['destination'] \
= patternRow['destination']
patternsDict[patternRow['pattern_id']]['for_next_stage']
patternsDict[patternRow['pattern_id']]['for_next_stage'] \
= patternRow['for_next_stage']

for (fileName, patternID) in outputFiles:
Expand Down

0 comments on commit 4d36abf

Please sign in to comment.