Skip to content

fix: stale comment in cohort mutual-exclusivity guard (cli.py:1791) #341

@decko

Description

@decko

Finding

In src/raki/cli.py:1791, a code comment says:

# --- Mutual exclusivity: --since and --group-by cannot be used together ---

However, the surrounding block was updated (in PR #340) to also enforce --until/--group-by mutual exclusivity. The comment no longer reflects reality and may confuse future contributors.

Suggested Fix

Update the comment to:

# --- Mutual exclusivity: --since/--until and --group-by cannot be used together ---

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage-neededNeeds investigation or decision

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions