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
Restore support for using pathlib.Path for static_folder.
* No longer causes AttributeError: 'PosixPath' object has no
attribute 'rstrip'.
* This was broken by e6178fe
which was released in 1.1.2.
* Add a regression test that now passes.
* Only rstrip os.path.sep from the static_folder value,
rather than always rstripping both / and \ regardless of os.
See #3557.
0 commit comments