Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Python standard library naming override #2

@etchin

Description

@etchin

In several scripts, the length function in Python is overridden by a variable initialized as "len". This naming error prevents the use of len() elsewhere in the script.

len = len(sys.argv) --> length = len(sys.argv)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions