We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0c6e9 commit 718e74dCopy full SHA for 718e74d
1 file changed
scripts/update_lib/cmd_quick.py
@@ -406,7 +406,7 @@ def main(argv: list[str] | None = None) -> int:
406
# Collect hard dependencies for commit
407
lib_deps = DEPENDENCIES.get(module_name, {})
408
for dep_name in lib_deps.get("hard_deps", []):
409
- dep_lib_path = pathlib.Path("crates/pylib/Lib") / dep_name
+ dep_lib_path = pathlib.Path("Lib") / dep_name
410
if dep_lib_path.exists():
411
hard_deps_for_commit.append(dep_lib_path)
412
0 commit comments