def _download_path(self, project):
container = self._container(project)
if isinstance(uploader, local.LocalUploader):
filepath = safe_join(uploader.upload_folder, container)
else:
print("The method Exporter _download_path should not be used for Rackspace etc.!") # TODO: Log this stuff
filepath = container
return filepath
评论列表
文章目录