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
There is a lot of hand rolled directory parsing based on "split('/')" it would be better to use the standard "basename" calls in the python path library.
There is a lot of hand rolled directory parsing based on "split('/')" it would be better to use the standard "basename" calls in the python path library.