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 beaf224 commit d807cdbCopy full SHA for d807cdb
ci/verify-build.py
@@ -405,7 +405,9 @@ def main() -> None:
405
)
406
args = p.parse_args()
407
408
- cfg = Cfg(toolchain_name=args.toolchain, baseline_crate_dir=args.baseline_crate_dir)
+ cfg = Cfg(
409
+ toolchain_name=args.toolchain, baseline_crate_dir=Path(args.baseline_crate_dir)
410
+ )
411
eprint(f"Config: {cfg}")
412
eprint("Python version: ", sys.version)
413
check_dup_targets()
0 commit comments