Merge remote-tracking branch 'origin/1.1.x'

This commit is contained in:
David Lord 2020-02-15 10:40:32 -08:00
commit 376a64137c
3 changed files with 15 additions and 0 deletions

View file

@ -1012,6 +1012,8 @@ class _PackageBoundObject(object):
@static_folder.setter
def static_folder(self, value):
if value is not None:
value = value.rstrip("/\\")
self._static_folder = value
@property