Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arcflow/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}')


Expand Down