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
(Obviously, this is in no way urgent, because as long as you don't have filenames ending with . (and then, what are you even doing?) one can work around this by checking path:extension = "" instead)
Let's say there we have the following folder structure:
Enviroment
Expected Behaviour
path("kmos/base"):hasextension
returnsfalse
path("kmos/base/kmos"):hasextension
returnsfalse
path("kmos/base/kmos.ks"):hasextension
returnstrue
Tested Behaviour
path("kmos/base"):hasextension
returnstrue
path("kmos/base/kmos"):hasextension
returnstrue
path("kmos/base/kmos.ks"):hasextension
returnstrue
The text was updated successfully, but these errors were encountered: