Skip to content

Commit ed5791c

Browse files
authored
update comment
1 parent ff20cba commit ed5791c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samtranslator/intrinsics/actions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
def _get_parameter_value(parameters: Dict[str, Any], param_name: str, default: Any = None) -> Any:
99
"""
10-
Get parameter value from parameters dict, but return default (None) if it's a CloudFormation internal placeholder.
10+
Get parameter value from parameters dict, but return default (None) if
11+
- it's a CloudFormation internal placeholder.
12+
- param_name is not in the parameters.
1113
1214
CloudFormation internal placeholders are passed during changeset creation with --include-nested-stacks
1315
when there are cross-references between nested stacks that don't exist yet.

0 commit comments

Comments
 (0)