Comment 1 for bug 274074

Revision history for this message
Leonard Richardson (leonardr) wrote : Re: result of searchTasks does not behave like other collections

This is a general problem with launchpadlib when dealing with collections that are the return values of named operations. Until this is fixed, use this workaround:

int(return_value._wadl_resource.representation['total_size'])