Skip to content

Commit

Permalink
capitalise DDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 8, 2024
1 parent f775cd9 commit a8ca5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_front_end_common/utilities/sqlite_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(
# https://stackoverflow.com/a/21794758/301832
self.__db = sqlite3.connect(
f"{db_uri}?mode=ro", uri=True, timeout=timeout)
# can not run a ddl file
# can not run a DDL file
ddl_file = None
else:
if os.path.exists(database_file):
Expand Down

0 comments on commit a8ca5a3

Please sign in to comment.