Skip to content

Commit 718e74d

Browse files
authored
Update scripts/update_lib/cmd_quick.py
1 parent 8f0c6e9 commit 718e74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update_lib/cmd_quick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def main(argv: list[str] | None = None) -> int:
406406
# Collect hard dependencies for commit
407407
lib_deps = DEPENDENCIES.get(module_name, {})
408408
for dep_name in lib_deps.get("hard_deps", []):
409-
dep_lib_path = pathlib.Path("crates/pylib/Lib") / dep_name
409+
dep_lib_path = pathlib.Path("Lib") / dep_name
410410
if dep_lib_path.exists():
411411
hard_deps_for_commit.append(dep_lib_path)
412412

0 commit comments

Comments
 (0)