conduit r1670 - in trunk: . conduit/modules/GoogleModule



Author: jstowers
Date: Fri Aug 22 01:03:05 2008
New Revision: 1670
URL: http://svn.gnome.org/viewvc/conduit?rev=1670&view=rev

Log:
	* conduit/modules/GoogleModule/GoogleModule.py: More debugging for
	#548659


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/modules/GoogleModule/GoogleModule.py

Modified: trunk/conduit/modules/GoogleModule/GoogleModule.py
==============================================================================
--- trunk/conduit/modules/GoogleModule/GoogleModule.py	(original)
+++ trunk/conduit/modules/GoogleModule/GoogleModule.py	Fri Aug 22 01:03:05 2008
@@ -587,7 +587,7 @@
                 self.service.InsertTag(gphoto, str(tag))
             return Rid(uid=gphoto.gphoto_id.text)
         except Exception, e:
-            raise Exceptions.SyncronizeError("Picasa Upload Error.")
+            raise Exceptions.SyncronizeError("Picasa Upload Error:\n%s" % e)
 
     def _replace_photo(self, id, uploadInfo):
         try:
@@ -607,7 +607,7 @@
 
             return Rid(uid=gphoto.gphoto_id.text)
         except Exception, e:
-            raise Exceptions.SyncronizeError("Picasa Update Error.")
+            raise Exceptions.SyncronizeError("Picasa Update Error:\n%s" % e)
 
     def _find_album(self):
         for name,album in self._get_albums():



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]