diff --git a/lslopt/lslextrafuncs.py b/lslopt/lslextrafuncs.py index 045896a..5a75a66 100644 --- a/lslopt/lslextrafuncs.py +++ b/lslopt/lslextrafuncs.py @@ -71,7 +71,7 @@ def llDetectedName(idx, event=None): assert isinteger(idx) if 0 <= idx <= 15 and (event in DetectionEvents or event is None): raise ELSLCantCompute - return u'' + return NULL_KEY; def llDetectedOwner(idx, event=None): assert isinteger(idx)