Skip to content

Commit

Permalink
[SDESK-7166] fix typo in coverage linking checks for placeholder (#46)
Browse files Browse the repository at this point in the history
* [SDESK-7166] fix typo in coverage linking checks for placeholder

* update planning to latest 2.7 RC
  • Loading branch information
MarkLark86 authored Jan 24, 2024
1 parent a909c8f commit c62fd02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gunicorn
honcho

git+https://github.com/superdesk/[email protected]#egg=superdesk-core
git+https://github.com/superdesk/[email protected]rc4#egg=superdesk-planning
git+https://github.com/superdesk/[email protected]rc5#egg=superdesk-planning
8 changes: 4 additions & 4 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ blinker==1.4
# flask-mail
# raven
# superdesk-core
boto3==1.34.21
boto3==1.34.27
# via superdesk-core
botocore==1.34.21
botocore==1.34.27
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -73,7 +73,7 @@ click-repl==0.3.0
# via celery
croniter==0.3.37
# via superdesk-core
cryptography==41.0.7
cryptography==42.0.0
# via
# authlib
# jwcrypto
Expand Down Expand Up @@ -264,7 +264,7 @@ six==1.16.0
# python-dateutil
superdesk-core @ git+https://github.com/superdesk/[email protected]
# via -r requirements.in
superdesk-planning @ git+https://github.com/superdesk/[email protected]rc4
superdesk-planning @ git+https://github.com/superdesk/[email protected]rc5
# via -r requirements.in
typing-extensions==4.9.0
# via superdesk-core
Expand Down
2 changes: 1 addition & 1 deletion server/stt/signal_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def link_coverages_to_content(_sender: Any, item: Dict[str, Any], original: Opti
# There is only 1 coverage, and it is a placeholder coverage, no need to continue
return
except (KeyError, IndexError, TypeError):
return
pass

if not _is_ingested_by_stt_planning_ml(item):
return
Expand Down

0 comments on commit c62fd02

Please sign in to comment.