Skip to content

Commit 61d7463

Browse files
committed
Fix updatedata script error.
1 parent 18573b0 commit 61d7463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/updatedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from benedict import benedict
77
from slugify import slugify
88

9-
DATA_DIR: str = fsutil.join_path(__file__, "../codicefiscale/data/")
9+
DATA_DIR: str = fsutil.join_path(__file__, "../src/codicefiscale/data/")
1010

1111

1212
def _expect_keys(d: dict[str, Any], keys: list[str]) -> None:

0 commit comments

Comments
 (0)