Skip to content

fix: 2 improvements across 2 files#2966

Open
tomaioo wants to merge 3 commits into
lncrawl:devfrom
tomaioo:improve/quality/typo-in-function-name
Open

fix: 2 improvements across 2 files#2966
tomaioo wants to merge 3 commits into
lncrawl:devfrom
tomaioo:improve/quality/typo-in-function-name

Conversation

@tomaioo
Copy link
Copy Markdown

@tomaioo tomaioo commented May 13, 2026

Summary

fix: 2 improvements across 2 files

Problem

Severity: Low | File: lncrawl/services/jobs/utils.py:L41

Function 'select_descendends' in lncrawl/services/jobs/utils.py has a typo - should be 'select_descendants'

Solution

Rename function to 'select_descendants' to fix the typo

Changes

  • lncrawl/services/jobs/utils.py (modified)
  • lncrawl/server/security.py (modified)

tomaioo added 2 commits May 13, 2026 05:08
- Quality: Typo in function name
- Quality: Bug in ensure_local function

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
- Quality: Typo in function name
- Quality: Bug in ensure_local function

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>


def select_descendends(job_id: str, inclusive: bool = False):
def select_descendants(job_id: str, inclusive: bool = False):
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please ensure this name change is reflected in everywhere this function is used

…ected in everywhere th

Signed-off-by: tomaioo <203048277+tomaioo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants