Home | History | Annotate | Download | only in checkperms

Lines Matching refs:errors

347   errors = []
354 errors.append(error)
356 return errors
381 errors = []
391 errors.extend(self.check_dir(rel_path))
395 errors.append(error)
396 return errors
517 errors = check_files(options.root, options.files, options.bare)
518 print '\n'.join(errors)
519 return bool(errors)
527 errors = api.check(start_dir)
533 if errors:
536 print '\n'.join(errors)