filebrowser-safe
filebrowser-safe copied to clipboard
improved detection of files and directories in GoogleStorageMixin
filebrowser_safe performed oddly against Google Cloud Storage, inappropriately considering files to be directories and vice-versa.
the changeset handles edge cases in isfile()
and correctly iterates
the file+dir listing returned by listdir()
.
(Build errors appear unrelated.)