It's supposed to emit an error message, but instead it did a traceback. It used to be, if no install_dir was specified then it was simply not in kwargs, but due to typed_kwargs it will now be there, but not have viable contents, so the dict membership check got skipped. Fixes #9522pull/9529/head
parent
d23ae8b58e
commit
1104b82137
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue