def services_add_datastore_file(datastore_file_): if service_uri_or_none is not None: total_ds_uri = "{u}/datastore".format(u=service_uri_or_none) WS.add_datastore_file(total_ds_uri, datastore_file_, ignore_errors=True)
def services_add_datastore_file(datastore_file_): if service_uri_or_none is not None: total_ds_uri = "{u}/datastore".format(u=service_uri_or_none) log.debug("Adding datastore file to services {d}".format(d=datastore_file_)) WS.add_datastore_file(total_ds_uri, datastore_file_, ignore_errors=True)