Skip to content

Commit

Permalink
innreport: Recognize PyClean initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Elie committed Nov 22, 2021
1 parent a46e50d commit 795e072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/innreport_inn.pm
Expand Up @@ -880,6 +880,8 @@ sub collect($$$$$$) {
return 1 if $left =~ /^filter: Reloading bad files/o;
return 1 if $left =~ /^filter: Saved EMP database/o;
return 1 if $left =~ /^filter: Restored EMP database/o;
# PyClean status reports
return 1 if $left =~ /^python: pyclean successfully hooked into INN/o;
}
########
## innfeed
Expand Down

0 comments on commit 795e072

Please sign in to comment.