dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

'Blip' object has no attribute 'wavel' #694

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This may be a typo in the api

On line 777 of waveapi/blip.py is the following line:

self.wavel

That looks truncated to me, and it showed up when I tried to use 
blip.proxy_for(). I received the following error:

  File "/base/data/home/apps/poltar-robot/5.340728121850008423/poltar-
robot.py", line 60, in OnBlipSubmitted
    blip.proxy_for("EPICS").append(svggadget)
  File "/base/data/home/apps/poltar-
robot/5.340728121850008423/waveapi/blip.py", line 777, in proxy_for
    self.wavel
AttributeError: 'Blip' object has no attribute 'wavel'

Original issue reported on code.google.com by chrisrca...@gmail.com on 23 Mar 2010 at 2:52

GoogleCodeExporter commented 9 years ago
We've removed that line in the latest revision. We still need to add a test for 
that 
function to catch that sort of mistake in the future.

Original comment by pamela.fox on 31 Mar 2010 at 11:04