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
Samuel Soubeyran
2016-02-11 18:34:35 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db491860dfc0057b4fd19e5170df51e76e62ba5c
db491860
1 parent
bc6eae52
fix small bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
kappa/context.py
kappa/context.py
View file @
db49186
...
...
@@ -57,7 +57,7 @@ class Context(object):
self
.
function
=
kappa
.
function
.
Function
(
self
,
self
.
config
[
'lambda'
])
if
'restapi'
in
self
.
config
:
self
.
restapi
=
RestApi
(
self
.
restapi
=
kappa
.
restapi
.
RestApi
(
self
,
self
.
config
[
'restapi'
])
else
:
self
.
restapi
=
None
...
...
Please
register
or
login
to post a comment