Skip to content

Unused code - what happened to the promised mangling? #34

@sebbASF

Description

@sebbASF

# Set up letters for mangling
letters = [chr(i) for i in range(ord('a'), ord('a') + len(candidates))]
cc = "".join(letters)

In the code above, 'cc' is not used, and 'letters' is only used to create 'cc' so the entire block is unused.

If mangling is not needed, the entire para should be dropped.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions