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
Guyon Morée
2016-05-23 18:01:31 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4fac2bfc8153ed43825a5c7e3f1ddc16585e9483
4fac2bfc
1 parent
6057de78
typo in "event_sources disable" cli-command
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
kappa/scripts/cli.py
kappa/scripts/cli.py
View file @
4fac2bf
...
...
@@ -159,6 +159,6 @@ def event_sources(ctx, command):
ctx
.
enable_event_sources
()
click
.
echo
(
'done'
)
elif
command
==
'disable'
:
click
.
echo
(
'
en
abling event sources'
)
click
.
echo
(
'
dis
abling event sources'
)
ctx
.
disable_event_sources
()
click
.
echo
(
'done'
)
...
...
Please
register
or
login
to post a comment