From: Dan Scott Date: Fri, 17 Mar 2017 17:37:22 +0000 (-0400) Subject: We don't have a code for some exceptions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bab40242678a96c3778ec8bf52713c9b4c33a736;p=contrib%2FConifer.git We don't have a code for some exceptions Signed-off-by: Dan Scott --- diff --git a/tools/patron-load/ldap_osrf_sync b/tools/patron-load/ldap_osrf_sync index a88e523987..065f89da28 100755 --- a/tools/patron-load/ldap_osrf_sync +++ b/tools/patron-load/ldap_osrf_sync @@ -284,7 +284,7 @@ def load_idl(): idlfile.seek(0) except urllib2.URLError, exc: - print("Could not open URL to read IDL: %s", exc.code) + print("Could not open URL to read IDL: %s", exc) except IOError, exc: print("Could not write IDL to file: %s", exc.code)