Input LIST for points doesn't work - HOPS

Hi all,

I am still new playing with Hops.
So, I am trying to setup my input in hops as point (List) - hs.HopsPoint(…,…,…hs.HopsParamAccess.LIST).
but, when I am running it, it shows a warning “points requires at least 1 item”.

I tried to do the similar thing with curve as an input and it works fine.
here is the sample code:
test.py (1.1 KB)

I used:
ghhops-server 1.5.4
hops v.0.15.1

any idea how to solve this?
Thank you in advanced,

best,
ZQ

A bug related to list access was recently fixed in 0.15.5 (see this post). Can you try running your file again with the latest version of Hops?

Hi @hkit.yong , yes, it is working now!
Thank you.