Comment 4 for bug 1178015

Revision history for this message
Scott Kostyshak (scott-kostyshak) wrote :

Good point. Attached is a new patch. It might violate some style rules. I find 'elif' more readable here but some may prefer 'if'. Also, "!= 1" could be used instead of "> 1" but I find "> 1" more readable.

Scott