Skip to content

Commit bacacb9

Browse files
committed
bug fix
1 parent bad84a2 commit bacacb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pegr/grails-app/services/pegr/SequenceRunService.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SequenceRunService {
2929
throw new SequenceRunException(message: "Invalid inputs for stats!")
3030
}
3131
}
32-
if(!run.save(flush: true, failOnError: true)) {
32+
if(!run.save(flush: true)) {
3333
throw new SequenceRunException(message: "Invalid inputs for basic information!")
3434
}
3535
}

0 commit comments

Comments
 (0)