Opened 12 years ago

Closed 12 years ago

#82 closed (fixed)

Slice.__init__() does the wrong thing when a created timestamp is provided

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

Description

There's a typo in the Slice.__init__() method, such that the created parameter is only initialized if the user omits the parameter and takes the default of now. If the user provides a value for the created time, it is ignored, and the creation timestamp does not get serialized into the XML at all.

Change History (1)

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

Resolution: fixed
Status: newclosed

This is fixed in v0.6.0.

Note: See TracTickets for help on using tickets.