From bab40242678a96c3778ec8bf52713c9b4c33a736 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 17 Mar 2017 13:37:22 -0400 Subject: [PATCH] We don't have a code for some exceptions Signed-off-by: Dan Scott --- tools/patron-load/ldap_osrf_sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0