HomeSoftware Heritage

loader: Ensure success is False when entering exception handler

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

loader: Ensure success is False when entering exception handler

The post_load method of a loader can raise an exception so we must
ensure to turn back the success variable to False in that case.

For instance, the subversion loader post_load checks that latest
exported revision is consistent with what the official subversion
client produces. If it is not an exception will be raised to set
the visit status to partial.

Details

Provenance
anlambertAuthored on May 16 2022, 12:08 PM
anlambertPushed on May 16 2022, 2:04 PM
Differential Revision
D7833: loader: Ensure success is False when entering exception handler
Build Status
Buildable 29400
Build 45944: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.