Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Update _clusters.py #259

Closed bixb0012 closed 8 years ago

bixb0012 commented 8 years ago

A change so clusters returns a list of cluster objects.

achapkowski commented 8 years ago

@bixb0012 Thank you!

bixb0012 commented 8 years ago

No problem. I kept getting a list, just not a list of cluster objects. After rooting around for a bit, I realized the block of code that builds the list of cluster objects was never actually getting executed.

Neat product/project, thanks for all of your work on it as well.

achapkowski commented 8 years ago

@bixb0012 i looked at my test script and I just had it check to ensure it wasn't None, that's why I missed it.