SOLR-10004: Making the description of the failure more clear

This commit is contained in:
Ishan Chattopadhyaya 2017-05-29 22:52:28 +05:30
parent 906679adc8
commit cb97ad787a
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ def checkSummary(fullPath):
print()
print(fullPath)
printed = True
print(' missing: %s' % unescapeHTML(lastHREF))
print(' missing description: %s' % unescapeHTML(lastHREF))
anyMissing = True
elif lineLower.find('licensed to the apache software foundation') != -1 or lineLower.find('copyright 2004 the apache software foundation') != -1:
if not printed: