aboutsummaryrefslogtreecommitdiffstats
path: root/src/py/imc/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/py/imc/proxy.py')
-rwxr-xr-xsrc/py/imc/proxy.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/py/imc/proxy.py b/src/py/imc/proxy.py
index ecc08da..5846bd2 100755
--- a/src/py/imc/proxy.py
+++ b/src/py/imc/proxy.py
@@ -333,6 +333,9 @@ class Proxy:
except KeyError:
return __ret((False,'Enoexist'))
+ #except Exception:
+ # return __ret((False,'Einternal'))
+
if Auth.get_current_idendesc() == idendesc:
result = func(*param)