Skip to content

Commit

Permalink
check for failed QA error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Sep 12, 2024
1 parent a3477c0 commit 092baec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def QA_check(self,plugin_info):
"""
QA_plugin = 'pl-lld_chxr'
error_code = ''
error_code = 'QA check failed'
if QA_plugin in plugin_info['plugin_name'] and error_code in plugin_info['summary']:
feed_id = plugin_info['feed_id']
feed = self.cl.get_feeds({'feed_id': feed_id})
Expand Down

0 comments on commit 092baec

Please sign in to comment.