Skip to content

Commit b1c5bfe

Browse files
committed
fix typo
1 parent f146580 commit b1c5bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redistricting/core/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def fcnRegexp(pattern, string):
376376
# user_version 1.4
377377
CREATE_GPKG_SQL = """
378378
SELECT gpkgCreateBaseTables();
379-
PRAGMA user_version=0x000028a0");
379+
PRAGMA user_version=0x000028a0;
380380
CREATE TABLE gpkg_ogr_contents (
381381
table_name TEXT NOT NULL PRIMARY KEY,
382382
feature_count INTEGER DEFAULT NULL

0 commit comments

Comments
 (0)