use created to send signal on receiving Created signal

Tested-by: Rahul Bothra <f2016015@pilani.bits-pilani.ac.in> # Ubuntu 16.04
master
Pro-Panda 6 years ago committed by James Cameron
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…
Cancel
Save