636
635
if e.__class__ in self.unsupported_feature_exceptions:
639
639
self._logger.info(str(e))
641
642
elif e.__class__ in self.invalid_branch_exceptions:
642
643
self._logger.info("Branch invalid: %s", e(str))
643
644
return CodeImportWorkerExitCode.FAILURE_INVALID