From: Michael Hanke Date: Mon, 26 Apr 2010 20:18:16 +0000 (-0400) Subject: Revert "Catch yet another exception." X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=22c8eb472ec11174c1952d91614ac0ad898457e9;p=neurodebian.git Revert "Catch yet another exception." This reverts commit c5a47e9d0215395313681cf5a052f699e7187b45. Conflicts: neurodebian/dde.py --- 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):