Comment 1 for bug 1304152

Revision history for this message
Darshan Sanghani (darshan104) wrote :

This is actually a handled exception which has to pass through the Queue to be handled.

In v1/records.py method _find_or_create_recordset(...): This calls the Central's find_recordset(), in a case where it cannot find the recordset an exception is raised, which is returned to the caller. Which is then handled by calling a create_recordset(). Expected behavior.