Skip to content

Commit

Permalink
Removed invalid parameter DryRun
Browse files Browse the repository at this point in the history
  • Loading branch information
geothird committed Jul 8, 2017
1 parent bb09431 commit 766926c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions albt/lamb.py
Expand Up @@ -233,8 +233,7 @@ def __update__(self):
self.__zip_function__()
response = self.client.update_function_code(
FunctionName=self.function_name,
ZipFile=self.__read_zip__(),
DryRun=self.dry
ZipFile=self.__read_zip__()
)
if self.debug:
PrintMsg.out(response)
Expand Down

0 comments on commit 766926c

Please sign in to comment.