Skip to content

Commit

Permalink
Missed with last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 17, 2025
1 parent a4ad1e9 commit 1c8e519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected Chunk createParamChunk(SequenceOutputHandler.JobContext ctx, List<Seur
for (int i = 0; i < json.length(); i++)
{
JSONArray arr = json.getJSONArray(i);
if (arr.length() != 5)
if (arr.length() != 4)
{
throw new PipelineJobException("Unexpected value: " + json.get(i));
}
Expand Down

0 comments on commit 1c8e519

Please sign in to comment.