]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Removed rows length checks in two places, and replaced them with first-column-not...
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 11 Nov 2009 04:35:07 +0000 (23:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 11 Nov 2009 04:35:07 +0000 (23:35 -0500)
commit73a63cfdfdc7ea6db01572d5f76f1e0e7a16e37f
treec6025cdb249bfca39da9038c30a2615ea5443cc0
parentc7072bed9da48e659ffd023e7b974d5335297f44
Removed rows length checks in two places, and replaced them with first-column-not-None checks.
Removed an unnecessary conditional from get_block_geometry_as_wkt().
src/Census.py