]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Revert "Catch yet another exception."
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 26 Apr 2010 20:18:16 +0000 (16:18 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 26 Apr 2010 20:18:16 +0000 (16:18 -0400)
This reverts commit c5a47e9d0215395313681cf5a052f699e7187b45.

Conflicts:

neurodebian/dde.py

neurodebian/dde.py

index 50eefedced5e36901bdc63e4c20a1d8f52ada8ae..5481107e42052b2564bd85728c85041b2df60ea7 100755 (executable)
@@ -414,8 +414,8 @@ def dde_get(url, fail=False):
         print "NOINFO:", url
         return False
     except json.ReadException, e:
-        raise RuntimeError(
-                "No content in response -- DDE<->UDD connection probably down")
+        print "UDD-DOWN?:", url, type(e)
+        return False
 
 
 def import_dde(cfg, db):