ASM #18356 - Fixed typo in DBSSClient.py
Change-Id: I6f2e024123f5ec178b5298f4b0642f1fb140d7ac Former-commit-id: 92ac7786e962d2abcf736e762d5767e5f6086545
This commit is contained in:
parent
d789483421
commit
0a86998d07
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
# ------------ ---------- ----------- --------------------------
|
||||
# Sep 01, 2014 3572 randerso Fix getTopo
|
||||
# Apr 23, 2015 4259 njensen Updated for new JEP API
|
||||
# Dec 2, 2015 18356 yteng Fix typo in __getitem__
|
||||
#
|
||||
########################################################################
|
||||
import DatabaseID, AbsTime, JUtil
|
||||
|
@ -64,7 +65,7 @@ class DBSSWE:
|
|||
if type(result) is numpy.ndarray and result.dtype == numpy.int8:
|
||||
# discrete or weather
|
||||
dkeys = JUtil.javaObjToPyVal(slice.getKeyList())
|
||||
result = [result, keys]
|
||||
result = [result, dkeys]
|
||||
return result
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue