hpr / py-race-results

Automatically exported from code.google.com/p/py-race-results
MIT License
1 stars 0 forks source link

active does not handle raw triangle expressway results #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. active -d 2 2 -m 12 -y 2012 -l "Boston, MA" -r 100 -o results.html --ml 
~/ftc/ftc.csv

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/Users/jevans/p/bin/active", line 79, in <module>
    obj.run()
  File "/Users/jevans/p/lib/python2.7/site-packages/rr/active.py", line 72, in run
    names = rr.common.parse_membership_list(self.memb_list)
AttributeError: 'module' object has no attribute 'parse_membership_list'

Please use labels and text to provide additional information.

Original issue reported on code.google.com by John.G.E...@gmail.com on 23 Jan 2013 at 6:50

GoogleCodeExporter commented 9 years ago
Checked in on issue7 branch.

Original comment by John.G.E...@gmail.com on 24 Jan 2013 at 3:36