Home | History | Annotate | Download | only in scripts

Lines Matching refs:reviewer

1306     for reviewer in options.reviewers.split(','):
1307 if "@" in reviewer and not reviewer.split("@")[1].count(".") == 1:
1308 ErrorExit("Invalid email address: %s" % reviewer)