Skip to content

Count number of too-long fields for descriptive key generation and show counter in progress bar instead of printing them #18

@SvenLieber

Description

@SvenLieber

Currently the script to create descriptive keys uses a threshold value to determine if a value has too many words to create permutations. If this threshold is exceeded, it is not tried to make descriptive keys of all permutations of the words, but the value as-is is taken.

When this happens a message is printed. However, this interrupts the tqdm progress bar and causes a lot of console output that also slows down the script execution.

Instead we can log the values and show a counter in the progress bar.

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