[Trac #1451] DataStore.create() method should have in_signature 'a{ss}s'
Zarro Boogs per Child
bugtracker at laptop.org
Thu May 10 11:59:11 EDT 2007
#1451: DataStore.create() method should have in_signature 'a{ss}s'
-----------------------+----------------------------------------------------
Reporter: tomeu | Owner: tomeu
Type: defect | Status: new
Priority: normal | Milestone: Untriaged
Component: datastore | Version:
Keywords: |
-----------------------+----------------------------------------------------
{{{
--- a/src/olpc/datastore/datastore.py
+++ b/src/olpc/datastore/datastore.py
@@ -81,7 +81,7 @@ class DataStore(dbus.service.Object):
# PUBLIC API
@dbus.service.method(_DS_DBUS_INTERFACE,
- in_signature='a{ss}as',
+ in_signature='a{ss}s',
out_signature='s')
def create(self, props, filelike=None):
"""create a new entry in the datastore. If a file is passed it
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/1451>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list