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
Jose Diaz-Gonzalez
2016-05-18 00:55:20 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
055a610a5bf05747e55397e56210117ca385e404
055a610a
1 parent
6057de78
Fix disabling event sources
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 @
055a610
...
...
@@ -202,7 +202,7 @@ class Context(object):
def
disable_event_sources
(
self
):
for
event_source
in
self
.
event_sources
:
event_source
.
en
able
(
self
.
function
)
event_source
.
dis
able
(
self
.
function
)
def
create
(
self
):
if
self
.
policy
:
...
...
Please
register
or
login
to post a comment