We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3fb28 commit f2aefadCopy full SHA for f2aefad
pyms/flask/app/swagger.py
@@ -13,7 +13,7 @@ def __init__(self):
13
@property
14
def path(self):
15
path = self.config.path
16
- return path if path else SWAGGER_PATH
+ return path if path is not None else SWAGGER_PATH
17
18
19
def file(self):
0 commit comments