VeritasOS / netbackup-api-code-samples

Contains code samples that demonstrate the use of NetBackup REST API
MIT License
53 stars 52 forks source link

Modified to use Python3 print statements #82

Closed jpummill closed 3 years ago

jpummill commented 3 years ago

snippets/python/api_requests.py had two lines of code that were still using Python 2.x print syntax (without parenthesis) and the examples were failing.

I just fixed these two lines of code by adding the opening and closing parenthesis.