Opened 12 years ago

Closed 12 years ago

#35 closed (fixed)

`POP` is missing `sliceAuthorities` attribute

Reported by: sedwards@bbn.com Owned by: somebody
Priority: major Milestone: 2012-09-04 client release
Component: Clients Version:
Keywords: Cc:
Dependencies:

Description

I tried to write a __str__() for POP and I can't test for existence of self.sliceAuthorities.

I get:

Traceback (most recent call last):
 File "gmoc_test.py", line 30, in <module>
   print myPop
 File "/home/sedwards/gmoc_client/120829/gmoc.py", line 376, in __str__
   if self.sliceAuthorities:
 File "/home/sedwards/gmoc_client/120829/gmoc.py", line 317, in sliceAuthorities
   return self.__sas
AttributeError: 'POP' object has no attribute '_POP__sas'

Change History (1)

comment:1 Changed 12 years ago by sedwards@bbn.com

Resolution: fixed
Status: newclosed

Fixed in 0.5.0.

Note: See TracTickets for help on using tickets.