Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2015-11-12 11:18:12 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77d0815ac6acc5225a7db4b6f8e97bfc86d3ef9a
77d0815a
1 parent
7af8846e
Add the missing call to build the zip file.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
kappa/function.py
kappa/function.py
View file @
77d0815
...
...
@@ -222,6 +222,7 @@ class Function(object):
def
update
(
self
):
LOG
.
info
(
'updating
%
s'
,
self
.
name
)
self
.
_copy_config_file
()
self
.
zip_lambda_function
(
self
.
zipfile_name
,
self
.
path
)
if
self
.
_do_update
():
self
.
_context
.
save_cache
()
with
open
(
self
.
zipfile_name
,
'rb'
)
as
fp
:
...
...
Please
register
or
login
to post a comment