NetApp / ontap-rest-python

This repository contains sample code illustrating how to access the ONTAP REST API using Python. This Repository also contains ONTAPI Usage reporting code that helps to identify ONTAPI usage in your environment using ONTAP REST APIs.
BSD 3-Clause "New" or "Revised" License
62 stars 41 forks source link

value for number of volumes missing in examples/rest_api/list_volumes.py #25

Closed snkellner closed 4 years ago

snkellner commented 4 years ago

print("Number of Volumes for this Storage Tenant:{}".format(ctr)) setdisplay = tab.draw() print(setdisplay)

I think this line was supposed to be like this?

RobertBlackhart commented 4 years ago

Yes, I agree, that seems like it was the intent. I'll push a fix in a moment.