Skip to content

Commit d92ce9a

Browse files
committed
Merge branch 'sgr-integration' of https://github.com/aws-cloudformation/cloudformation-cli into sgr-integration
2 parents a91f635 + 679e2fa commit d92ce9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpdk/core/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def validate_and_load_resource_settings(self, raw_settings):
335335
self.entrypoint = raw_settings["entrypoint"]
336336
self.test_entrypoint = raw_settings["testEntrypoint"]
337337
self.executable_entrypoint = raw_settings.get("executableEntrypoint")
338-
self._plugin = load_plugin(raw_settings["language"])
338+
# self._plugin = load_plugin(raw_settings["language"])
339339
self.settings = raw_settings.get("settings", {})
340340
self.canary_settings = raw_settings.get("canarySettings", {})
341341

0 commit comments

Comments
 (0)