Lines Matching refs:errors
318 errors = set()
321 # iterate over all publishers in our source repositories. If errors
382 errors.add(
409 errors.add(
423 # publication errors, we move on to the next publisher.
431 errors.add(str(e))
446 errors.add(_("the following publishers were not found in "
449 # If we have encountered errors for some publishers, print them now
452 for message in errors:
454 if errors:
975 # Make all warnings be errors.