Comment 46 for bug 354036

Revision history for this message
Eric Casteleijn (thisfred) wrote : Re: ErrorFromSmartServer - AbsentContentFactory object has no attribute 'get_bytes_as' exception while pulling from Launchpad

There's a typo in the script:

L27:

      raw_r.inventories.insert_recort_stream(stream)

should be:

      raw_r.inventories.insert_record_stream(stream)