Code review comment for ~rodrigo-zaiden/ubuntu-cve-tracker:check-syntax-fixup-devel-dne

Revision history for this message
Ian Constantin (iconstantin) wrote :

I believe:

     if 'DOES exist' or 'not in' in msg:

should be:

     if 'DOES exist' in msg or 'not in' in msg:

review: Needs Fixing

« Back to merge proposal