Skip to content
Snippets Groups Projects
Commit 1adef6b2 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #10339: fixed typo.

parent c54868d6
Branches
Tags
No related merge requests found
......@@ -185,7 +185,7 @@ class ScheduleChecker():
task['status'],
mom_details[mom_id]['object_status'])
if mom_details[mom_id]['object_status'] in ['opened', 'described']):
if mom_details[mom_id]['object_status'] in ['opened', 'described']:
# auto delete data for tasks which went back to opened in mom (for pipeline restarts for example)
# The reason to delete it here is because otherwise the cleanupservice tries to get it's info from an already deleted task in radb/otdb
path_result = self._curpc.getPathForOTDBId(task['otdb_id'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment