* Jean McCormack (Jean.McCormack at Sun.COM) wrote: > ValidatorModule.py: > lines 141-148: Prior to your change, if count was 0 it would return > FALSE. Now it returns TRUE. Does this effect other callers?
Nice catch. My intention wasn't to change the return logic in this function. I've updated the webrev. Line 141 should be: if (count != 1) Thanks! -- Glenn