changeset 5120:22899babe85d queued-stage-done

Catch another endless recursin call.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 26 Mar 2020 13:51:39 +0100
parents 5f62ac3db148
children 8bfc71eecde1
files pkg/imports/queue.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/queue.go	Thu Mar 26 13:48:41 2020 +0100
+++ b/pkg/imports/queue.go	Thu Mar 26 13:51:39 2020 +0100
@@ -275,7 +275,7 @@
 }
 
 func (rjc *reviewedJobCreator) Description() string {
-	return rjc.Description() + ReviewJobSuffix
+	return rjc.jobCreator.Description() + ReviewJobSuffix
 }
 
 func (*reviewedJobCreator) StageDone(context.Context, *sql.Tx, int64, Feedback) error {