diff --git a/arcflow/main.py b/arcflow/main.py index 4bede4a..292d049 100644 --- a/arcflow/main.py +++ b/arcflow/main.py @@ -591,7 +591,7 @@ def index_collections(self, repo_id, xml_file_path, indent_size=0): self.log.error(f'{indent}Failed to index pending resources in repository ID {repo_id} to ArcLight Solr. Return code: {result.returncode}') else: self.log.info(f'{indent}Finished indexing pending resources in repository ID {repo_id} to ArcLight Solr.') - except subprocess.CalledProcessError as e: + except subprocess.CalledProcessError as e: self.log.error(f'{indent}Error indexing pending resources in repository ID {repo_id} to ArcLight Solr: {e}')