Opened 12 years ago

Closed 12 years ago

#45 closed (fixed)

typo in `Sliver.slice` getter

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

Description

The Sliver.slice getter is defined as:

    def slice(self):
        return self._slices

which should be self._slice. Calling it yields:

  File "/home/chaos/gmoc.py", line 664, in slice
    return self._slices
AttributeError: 'Sliver' object has no attribute '_slices'

Change History (1)

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

Resolution: fixed
Status: newclosed

Fixed: the Sliver.slice getter now succeeds.

Note: See TracTickets for help on using tickets.