abulhussain / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

Error on line 600 #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Should be: Log('Error: %s' % self.status.text)

Not Log('Error: ' % self.status.text)

Original issue reported on code.google.com by itservic...@gtempaccount.com on 26 Aug 2010 at 2:59

GoogleCodeExporter commented 8 years ago
Actually, that whole block just fails. Redo the function, i had to comment out 
that whole "message" thing since it kept breaking the import. There was an 
error adding a contact since the contact exceeded maximum size (lots of notes), 
there was no pre-existing contact or anything.

Original comment by itservic...@gtempaccount.com on 26 Aug 2010 at 3:18