Skip to content

Commit a2c449d

Browse files
committed
Fix script
1 parent ae8a6ae commit a2c449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/clp-py-utils/clp_py_utils/create-db-tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main(argv):
6363
return 1
6464
# fmt: off
6565
cmd = [
66-
"python3", str(script_dir / "initialize-spider-db.py"),
66+
"python3", "-m", "clp_py_utils.initialize-spider-db",
6767
"--config", str(config_file_path),
6868
]
6969
# fmt: on

0 commit comments

Comments
 (0)