Closed Gudmundset closed 2 years ago
What is the link to the documentation section that needs improving? https://github.com/oracle/python-cx_Oracle/blob/main/doc/src/user_guide/initialization.rst
Describe the confusion There are semicolons after print statements for python code in three places:
print(err); sys.exit(1);
Suggest changes that would help Remove semicolons and it should be good to go!
Thanks for reporting that. These have been removed in the new driver as can be seen here:
https://python-oracledb.readthedocs.io/en/latest/user_guide/initialization.html
I'll make the same changes here!
What is the link to the documentation section that needs improving? https://github.com/oracle/python-cx_Oracle/blob/main/doc/src/user_guide/initialization.rst
Describe the confusion There are semicolons after print statements for python code in three places:
Suggest changes that would help Remove semicolons and it should be good to go!