(path)
| 196 | if implLine.find(verifyRevision) == -1: |
| 197 | raise RuntimeError('%s is missing "%s" inside its META-INF/MANIFEST.MF (wrong git revision?)' % \ |
| 198 | (desc, verifyRevision)) |
| 199 | else: |
| 200 | raise RuntimeError('%s is missing Implementation-Version inside its META-INF/MANIFEST.MF' % desc) |
| 201 | |
| 202 | notice = decodeUTF8(z.read(NOTICE_FILE_NAME)) |
no test coverage detected
searching dependent graphs…