We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8a6ae commit a2c449dCopy full SHA for a2c449d
components/clp-py-utils/clp_py_utils/create-db-tables.py
@@ -63,7 +63,7 @@ def main(argv):
63
return 1
64
# fmt: off
65
cmd = [
66
- "python3", str(script_dir / "initialize-spider-db.py"),
+ "python3", "-m", "clp_py_utils.initialize-spider-db",
67
"--config", str(config_file_path),
68
]
69
# fmt: on
0 commit comments