Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/fosslight_binary/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 LG Electronics Inc.
# SPDX-License-Identifier: Apache-2.0
# APT# APT# APT# APT# APT# APT# APT# APT# APT# APT# APT# APT# APT# APT
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Remove the stray APT comment.

This looks like an accidental artifact and is unrelated to the help-message fix. Please drop it before merge.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/fosslight_binary/_help.py` at line 5, Remove the stray comment line
containing repeated "APT" tokens in the _help.py module (the line starting "#
APT# APT# APT# ..."); simply delete that accidental artifact so the file
contains only intended help-message content and no unrelated debug/comment
noise.

from fosslight_util.help import PrintHelpMsg
from fosslight_util.output_format import SUPPORT_FORMAT

Expand Down
Loading