Skip to content

Commit

Permalink
Update MSRuleCleaner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anehnis authored Feb 22, 2023
1 parent 9ab05dd commit f99df70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _dispatchWflow(self, wflow):
msg += " Will retry again in the next cycle."
self.logger.info(msg)
self.alertStatusAdvanceExpired(wflow, additionalInfo=msg)
elif wflow['RequestStatus'] == ['announced', 'rejected', 'aborted-completed']:
elif wflow['RequestStatus'] in ['announced', 'rejected', 'aborted-completed']:
for pline in self.cleanuplines:
try:
pline.run(wflow)
Expand Down

0 comments on commit f99df70

Please sign in to comment.