use created to send signal on receiving Created signal
Tested-by: Rahul Bothra <f2016015@pilani.bits-pilani.ac.in> # Ubuntu 16.04
This commit is contained in:
parent
e32aea6a4f
commit
06a28fae0e
@ -58,7 +58,7 @@ def _get_data_store():
|
||||
|
||||
def __datastore_created_cb(object_id):
|
||||
metadata = _get_data_store().get_properties(object_id, byte_arrays=True)
|
||||
updated.send(None, object_id=object_id, metadata=metadata)
|
||||
created.send(None, object_id=object_id, metadata=metadata)
|
||||
|
||||
|
||||
def __datastore_updated_cb(object_id):
|
||||
|
Loading…
Reference in New Issue
Block a user