Opened 12 years ago

Closed 12 years ago

#27 closed (fixed)

Aggregate class 'slivers' setter throws an error due to a typo

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

Description

When i try to invoke the slivers setter in the Aggregate class, i get:

Traceback (most recent call last):
  File "./report_relations", line 193, in <module>
    aggregate.slivers = slivers.values()
  File "/home/chaos/gmoc.py", line 551, in slivers
    if type(slivers) != ListType:
NameError: global name 'slivers' is not defined

Line 551 should be type(sliverList), not type(slivers).

Change History (1)

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

Resolution: fixed
Status: newclosed

This has been fixed: it's possible to set Aggregate.slivers now.

Note: See TracTickets for help on using tickets.