Closed coordt closed 12 years ago
I'm not seeing those lines in the current master branch, https://github.com/datadesk/python-elections/blob/master/elections/ap.py#L260
Could it be that we're out of sync?
You're right! I was certain that I had merged your latest stuff. Sorry about that.
Shit. Happens to me all the time. I still don't have the hang of git merge upstream/master and all that.
Both subclasses of BaseAPResultCollection call "super" after defining the file paths. BaseAPResultCollection then defines the file paths again. You won't see it in the state results, but will in the TopOfTicket results
Simply removing those lines as in : https://github.com/coordt/python-elections/commit/f904e67f7b917fac24903862c4fc6a063eeb79af is my fix.
Corey