Skip to content

Commit 813e146

Browse files
committed
scope
1 parent 84dd8e3 commit 813e146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swagger_py_codegen/tornado.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _process(self):
233233

234234
yield Core()
235235

236-
yield Blueprint()
236+
yield Blueprint(dict(scopes_supported=self.swagger.scopes_supported))
237237

238238
yield App(dict(blueprint=self.swagger.module_name,
239239
base_path=self.swagger.base_path))

0 commit comments

Comments
 (0)