675
693
"Getting exising bzr branch from central store.")
676
694
bazaar_branch = self.getBazaarBranch()
691
699
self._logger.info("No branch found at remote location.")
692
700
return CodeImportWorkerExitCode.FAILURE_INVALID
698
702
self._logger.info("Invalid URL: %s" % e)
699
703
return CodeImportWorkerExitCode.FAILURE_FORBIDDEN