Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leodube-aot committed Jun 28, 2024
1 parent 5793eb4 commit eb1b2ca
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion colin-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
Expand Down
2 changes: 1 addition & 1 deletion data-reset-tool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion data-tool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.11 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/email-reminder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/filings-notebook-report/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build-req: clean ## Upgrade requirements
pip install -Ur requirements/prod.txt ;\
pip freeze | sort > requirements.txt ;\

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==21.1.2 ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/furnishings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/future-effective-filings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
5 changes: 5 additions & 0 deletions jobs/involuntary-dissolutions/involuntary_dissolutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from legal_api.services.flags import Flags
from legal_api.services.involuntary_dissolution import InvoluntaryDissolutionService
from legal_api.services.queue import QueueService
from sentry_sdk import capture_message
from sentry_sdk.integrations.logging import LoggingIntegration
from sqlalchemy import Date, cast, func
from sqlalchemy.orm import aliased
Expand Down Expand Up @@ -118,6 +119,10 @@ async def put_filing_on_queue(filing_id: int, app: Flask, qsm: QueueService):
await qsm.publish_json_to_subject(payload, subject)
except Exception as err: # pylint: disable=broad-except # noqa F841;
# mark any failure for human review
capture_message(
f'Queue Error: Failed to place filing {filing_id} on Queue with error:{err}',
level='error'
)
app.logger.error(
f'Queue Error: Failed to place filing {filing_id} on Queue with error:{err}'
)
Expand Down
2 changes: 1 addition & 1 deletion jobs/sftp-gazette/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build-req: clean ## Upgrade requirements
pip install -Ur requirements/prod.txt ;\
pip freeze | sort > requirements.txt ;\

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==21.1.2 ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/sftp-icbc-report/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build-req: clean ## Upgrade requirements
pip install -Ur requirements/prod.txt ;\
pip freeze | sort > requirements.txt ;\

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==21.1.2 ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/sftp-nuans-report/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ build-req: clean ## Upgrade requirements
pip install -Ur requirements/prod.txt ;\
pip freeze | sort > requirements.txt ;\

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==21.1.2 ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/update-colin-filings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
Expand Down
2 changes: 1 addition & 1 deletion jobs/update-legal-filings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion legal-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
Expand Down
2 changes: 1 addition & 1 deletion queue_services/business-pay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion queue_services/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion queue_services/entity-bn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install --upgrade pip ;\
Expand Down
2 changes: 1 addition & 1 deletion queue_services/entity-digital-credentials/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install upgrade pip ;\
Expand Down
2 changes: 1 addition & 1 deletion queue_services/entity-emailer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down
2 changes: 1 addition & 1 deletion queue_services/entity-filer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
pip install pip==24.0 ;\
pip install wheel==0.43.0 ;\
pip install -Ur requirements/prod.txt ;\
pip freeze | sort > requirements.txt ;\
pip freeze | sort > requirementsvirtual
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

Expand Down
2 changes: 1 addition & 1 deletion queue_services/entity-pay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build-req: clean ## Upgrade requirements
cat requirements/bcregistry-libraries.txt >> requirements.txt ;\
pip install -Ur requirements/bcregistry-libraries.txt

install: clean ## Install python virtrual environment
install: clean ## Install python virtual environment
test -f venv/bin/activate || python3.8 -m venv $(CURRENT_ABS_DIR)/venv ;\
. venv/bin/activate ;\
pip install pip==20.1.1 ;\
Expand Down

0 comments on commit eb1b2ca

Please sign in to comment.