Skip to content

init text on evaluation #12

@DJLee68

Description

@DJLee68

When I do the evaluation, I need to replace the * character with the self.init_text on this line

example["text_init"] = text.replace("*", self.init_text)

but I get an error saying that TypeError: replace() argument 2 must be str, not None
so how should I set the self.init_text?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions