Skip to content

Commit 37cae18

Browse files
committed
fix documentation
1 parent 3da61fd commit 37cae18

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

functions-python/tasks_executor/src/tasks/licenses/license_matcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_parameters(payload):
1818

1919
def match_license_handler(payload):
2020
"""
21-
Handler for populating license rules.
21+
Handler for matching licenses with feeds.
2222
2323
Args:
2424
payload (dict): Incoming payload data.
@@ -112,7 +112,6 @@ def process_all_feeds(dry_run: bool, only_unmatched: bool, db_session: Session |
112112
total_processed = 0
113113
while True:
114114
logging.info("Processing batch %d", i)
115-
116115
batch_query = db_session.query(Feed).filter(
117116
"" != func.coalesce(Feed.license_url, "")
118117
)

0 commit comments

Comments
 (0)