fixed expected wrapper file
parent
4188a739ec
commit
61241ee9ff
|
@ -478,3 +478,4 @@ def overloadedGlobalFunction_1(args, kwargs):
|
||||||
return True, ndarray_copy(return_value).squeeze()
|
return True, ndarray_copy(return_value).squeeze()
|
||||||
except:
|
except:
|
||||||
return False, None
|
return False, None
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue