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
Now that we use pathlib/Paths throughout, we should refactor the ICU .dll section of inspect_shell into using list(p.glob("*.dll")) or list(p.glob("icu*.dll")).
The text was updated successfully, but these errors were encountered:
Now that we use pathlib/Paths throughout, we should refactor the ICU .dll section of inspect_shell into using
list(p.glob("*.dll"))
orlist(p.glob("icu*.dll"))
.The text was updated successfully, but these errors were encountered: