Skip to content

Commit d807cdb

Browse files
committed
update
1 parent beaf224 commit d807cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/verify-build.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@ def main() -> None:
405405
)
406406
args = p.parse_args()
407407

408-
cfg = Cfg(toolchain_name=args.toolchain, baseline_crate_dir=args.baseline_crate_dir)
408+
cfg = Cfg(
409+
toolchain_name=args.toolchain, baseline_crate_dir=Path(args.baseline_crate_dir)
410+
)
409411
eprint(f"Config: {cfg}")
410412
eprint("Python version: ", sys.version)
411413
check_dup_targets()

0 commit comments

Comments
 (0)