Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu1 committed Jan 6, 2017
1 parent cd91ce5 commit fd85cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zappa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ def create_package(self):
self.lambda_name,
handler_file=handler_file,
use_precompiled_packages=self.stage_config.get('use_precompiled_packages', True),
exclude=self.stage_config.get('exclude', [])
exclude=self.stage_config.get('exclude', []),
exclude_conda_packages = self.stage_config.get('exclude_conda_packages',
['pip','python','readline','sqlite','wheel', 'boto3', 'botocore'])
)
Expand Down

0 comments on commit fd85cca

Please sign in to comment.