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-06-12 03:34:54 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd78bf19c63affa1f6c05ca3ef82f402eddd56b6
dd78bf19
1 parent
0273fb67
Make output look a little nicer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
kappa/context.py
kappa/context.py
View file @
dd78bf1
...
...
@@ -35,7 +35,7 @@ import placebo
LOG
=
logging
.
getLogger
(
__name__
)
DebugFmtString
=
'
%(asctime)
s -
%(name)
s -
%(levelname)
s -
%(message)
s'
InfoFmtString
=
'
...
%(message)
s'
InfoFmtString
=
'
->
%(message)
s'
class
Context
(
object
):
...
...
Please
register
or
login
to post a comment