We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3752511 commit e51da6cCopy full SHA for e51da6c
geospaas_rest_api/processing_api/models.py
@@ -232,7 +232,6 @@ def get_signature(cls, parameters):
232
return celery.chain(
233
tasks_syntool.compare_profiles.signature(),
234
tasks_syntool.db_insert.signature(),
235
- tasks_core.remove_downloaded.signature()
236
)
237
238
@staticmethod
0 commit comments