Skip to content

Commit 19be168

Browse files
Update README.md
Updated README.md with notes
1 parent 427c47d commit 19be168

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/python_client_library/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ Before running the example scripts, make sure the following packages are install
1212

1313
See the [PyPI netapp-ontap](https://pypi.org/project/netapp-ontap/) package web page for more information.
1414

15-
**Note: **
16-
If you are using ONTAP 9.6 "netapp_ontap" Python client library module, make sure to replace `from netapp_ontap import NetAppRestError` header with `from netapp_ontap.error import NetAppRestError` header.
15+
**Note:**
1716

17+
a) If you are using ONTAP 9.6 "netapp_ontap" Python client library module, make sure to replace `from netapp_ontap import NetAppRestError` header with `from netapp_ontap.error import NetAppRestError` header.
18+
19+
b) [utils.py](https://github.com/NetApp/ontap-rest-python/blob/master/examples/python_client_library/utils.py) module in this directory is used by the other example modules in this directory. It is not meant as a stand-alone application. Hence, the utils.py code module needs to be in the same directory structure as of the code executed by the user.
20+
21+
For e.g: If user executes list_volumes.py code in a directory structure a/b/c, ensure utils.py code exists in the same directory a/b/c.
1822

1923
# Summary of the Python client library scripts
2024

0 commit comments

Comments
 (0)