-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File operations #41
File operations #41
Conversation
Signed-off-by: Brian Russell <bmrussell>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this great example! I have few suggestions. Once addressed, it should be good to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the fixes and apologies for the late response. I ran the linting checks and they're currently failing. Can you please add fixes so that the build is passing. We should be good to merge after. Thanks!
Signed-off-by: Brian Russell <bmrussell>
Thanks for the heads up @noorbuchi, the module lints cleanly locally now. Might be worth a reminder to lint in CONTRIBUTING.md? |
Hi - I noticed there were no examples of file handling in the Python client library. I noticed the examples shown in the documentation didn't quite work. This code runs successfully on the NetApp Labs environment.
It:
Hope this helps others.