Skip to content

Commit 16345dc

Browse files
garnaatshivlaks
authored andcommitted
fix(cli): Python blank app should call app.synth(), not app.run()
Fixes #3123
1 parent 628ea1b commit 16345dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/aws-cdk/lib/init-templates/app/python/app.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
app = core.App()
99
%name.PascalCased%Stack(app, "%name%-cdk-1")
1010

11-
app.run()
11+
app.synth()

0 commit comments

Comments
 (0)