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