Hi there, I have a question, I'm using the python code sample Parallel Report Download, my problem is that the list variable - result_strings.append(result_string) when I try to save always contains only one account although I download several. But when I print the variable result_strings, I see that all accounts have gone through. How can I save the entire report in a final variable. Indentation doesn't help here, you get an empty list if you take the variable outside the function. I can imagine that because of multiprocessing, is there a possibility to bring all accounts in one list.
Best Lukasz -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/bc9186ad-b596-4a6c-a6bd-91060a2f1695n%40googlegroups.com.
