Skip to content

Commit c972a4a

Browse files
Adding a new line to the end of oracle.py
1 parent a960be1 commit c972a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/oracle/oracle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ def update_or_insert_data_to_table(self, statement, params): # To update or ins
154154
logging.error(f"Failed to insert/update values from the DB table! with error {dbUpdateInsertError}")
155155
finally:
156156
if conn is not None:
157-
self.disconnect_from_db(conn)
157+
self.disconnect_from_db(conn)

0 commit comments

Comments
 (0)