You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report and PR! I've been able to reproduce this issue. Due to how our development cycle works, I intend to have this merged and integrated on our side by the next Google Ads release.
Regards,
Mark
grzes
added a commit
to grzes/googleads-python-lib
that referenced
this issue
Aug 7, 2018
'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.
The text was updated successfully, but these errors were encountered: