Skip to content

Commit

Permalink
GRAD2-3011: task is complete. (#345)
Browse files Browse the repository at this point in the history
GRAD2-3011: task is complete.
  • Loading branch information
infstar authored Nov 7, 2024
1 parent 5c473d9 commit d5b5867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private void processDependencies(ConvGradStudent convGradStudent,
gradStudent.setPen(convGradStudent.getPen());

result = processOptionalPrograms(gradStudent, summary, ongoingUpdate);
if (ConversionResultType.FAILURE != result) {
if (!ongoingUpdate && ConversionResultType.FAILURE != result) {
result = processProgramCodes(gradStudent, convGradStudent.getProgramCodes(), summary);
}
if (ConversionResultType.FAILURE != result) {
Expand Down

0 comments on commit d5b5867

Please sign in to comment.