Skip to content

Commit 49a4cf3

Browse files
Fixed spelling issue
1 parent 465eb9d commit 49a4cf3

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
@@ -29,7 +29,7 @@ def connect_to_db(self) -> oracledb.Connection:
2929
return conn
3030
except Exception as queryExecutionError:
3131
logging.error(
32-
f"Failed to to extract subject ID with error: {queryExecutionError}"
32+
f"Failed to extract subject ID with error: {queryExecutionError}"
3333
)
3434

3535
def disconnect_from_db(self, conn: oracledb.Connection) -> None:

0 commit comments

Comments
 (0)