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
Fixes specification of definitions directories in Python 3.9
The trick for converting a MultiplexedPath to a regular Path, using `joinpath('')` does not work in Python 3.9. It turns out that it was probably not needed in the latest version anyway.
0 commit comments