diff options
Diffstat (limited to 'src/py/imc/proxy.py')
-rwxr-xr-x | src/py/imc/proxy.py | 3 |
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) |