Skip to content

On python 2.7.10, filtered log messages raise TypeError: not enough arguments for format string #313

Description

@grzes

'appending parent:\n%s\ncontent:\n%s' % (parent, content), works, but:
'appending parent:\n%s\ncontent:\n%s' % list((parent, content)) fails with a TypeError.

Some of googleads built in LogFilters (_SudsMXCoreFilter and _SudsMXLiteralFilter) convert the log record.args from tuple to list resulting in errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions