Skip to content

Commit ee86717

Browse files
authored
Merge pull request #165 from openstates/update-logs
Update logs
2 parents f8b7222 + bfa30f8 commit ee86717

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

openstates/cli/people_repo_update.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,12 @@ def update(
135135

136136
abbreviations = [abbreviation] if abbreviation else []
137137
clone_people_repo()
138-
138+
jurisdictions_to_ingest = (
139+
", ".join(abbreviations) if abbreviations else "all jurisdictions"
140+
)
141+
logger.info(
142+
f"Begin Openstates People Repo to Database for {jurisdictions_to_ingest}."
143+
)
139144
if people and not committees:
140145
ctx.invoke(people_to_database, abbreviations=abbreviations, purge=purge)
141146
elif committees and not people:

0 commit comments

Comments
 (0)