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
Currently it checks whether the base-name of the directory is a directory, which obviously always returns false, last-minute change that got in. The solution is to move the declaration of "test_path" to the top and use that instead.
Currently it checks whether the base-name of the directory is a directory, which obviously always returns false, last-minute change that got in. The solution is to move the declaration of "test_path" to the top and use that instead.