Skip to content

Commit

Permalink
Merge branch 'develop' into sean-smith-patch-8
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-smith authored Aug 7, 2019
2 parents e70cec2 + 3b16d05 commit 86a502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pcluster/cfnconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def __check_account_capacity(self): # noqa: C901
ImageId=test_ami_id,
SubnetId=subnet_id,
Placement={"GroupName": self.parameters.get("PlacementGroup")}
if self.parameters.get("PlacementGroup")
if self.parameters.get("PlacementGroup") not in [None, "NONE", "DYNAMIC"]
else {},
DryRun=True,
)
Expand Down

0 comments on commit 86a502c

Please sign in to comment.