You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the `ConfigManager` and the `ConfigManagingActor` can now take a
single configuration file, both as a `str` or a `Path`.
This also fixes a bug where `str` was still accepted, but taken as a
`Sequence[str]`. This is a known issue with Python typing:
python/mypy#11001
And while we are it, we now also explicitly reject empty sequences,
raising a `ValueError` when one is passed.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments