Skip to content

concatenation error #1000

@ekressmiller

Description

@ekressmiller

We got a user error message that looks like it might be referencing this line of code (or an identical line somewhere):

log(word('E-mail was sent to') + ' ' + action_argument('email') ,'success')

Excerpt of error (let me know if you need more):

TypeError:
TypeError: can only concatenate str (not "list") to str
In line: log(word('E-mail was sent to') + ' ' + action_argument('email') ,'success')

I wonder if the person might have tried to email to multiple addresses? Have not yet tested that out.

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