From 22c8eb472ec11174c1952d91614ac0ad898457e9 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 26 Apr 2010 16:18:16 -0400 Subject: [PATCH] Revert "Catch yet another exception." This reverts commit c5a47e9d0215395313681cf5a052f699e7187b45. Conflicts: neurodebian/dde.py --- neurodebian/dde.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neurodebian/dde.py b/neurodebian/dde.py index 50eefed..5481107 100755 --- a/neurodebian/dde.py +++ b/neurodebian/dde.py @@ -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): -- 2.39.5