summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/utils/restcall.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/pub/utils/restcall.py')
-rw-r--r--lcm/lcm/pub/utils/restcall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/pub/utils/restcall.py b/lcm/lcm/pub/utils/restcall.py
index 8a9010c2..d1ebcc0c 100644
--- a/lcm/lcm/pub/utils/restcall.py
+++ b/lcm/lcm/pub/utils/restcall.py
@@ -65,7 +65,7 @@ def call_req(base_url, user, passwd, auth_type, resource, method, content='', ad
raise ex
except urllib.error.URLError as err:
ret = [2, str(err), resp_status]
- except Exception as ex:
+ except Exception:
logger.error(traceback.format_exc())
logger.error("[%s]ret=%s" % (callid, str(sys.exc_info())))
res_info = str(sys.exc_info())