From 146a97f5eabde6e8df3dde1118f000b75c8e44ef Mon Sep 17 00:00:00 2001 From: Idan Lupinsky Date: Thu, 25 Feb 2021 18:45:34 +0100 Subject: [PATCH] chore(init-templates/python): correct virtual environment typo (#12230) ---- This is a suggested fix for https://github.com/aws/aws-cdk/issues/12229, a small typo in the init templates for Python. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --- .../lib/init-templates/v2/app/python/.template.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk/lib/init-templates/v2/app/python/.template.gitignore b/packages/aws-cdk/lib/init-templates/v2/app/python/.template.gitignore index 383cdd5040f7e..37833f8beb2a3 100644 --- a/packages/aws-cdk/lib/init-templates/v2/app/python/.template.gitignore +++ b/packages/aws-cdk/lib/init-templates/v2/app/python/.template.gitignore @@ -2,7 +2,7 @@ package-lock.json __pycache__ .pytest_cache -.env +.venv *.egg-info # CDK asset staging directory