projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7581d65
)
Oops. Fix "'." -> ".'" in dependency warning message.
author
W. Trevor King
<wking@drexel.edu>
Tue, 3 Aug 2010 12:32:07 +0000
(08:32 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 3 Aug 2010 12:32:07 +0000
(08:32 -0400)
hooke/plugin/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/__init__.py
b/hooke/plugin/__init__.py
index 052284d84317dd3c3c86c8b4ae7b2e319b6ae544..54cce666b926fb86b0a604d03fbbd1c885f089d1 100644
(file)
--- a/
hooke/plugin/__init__.py
+++ b/
hooke/plugin/__init__.py
@@
-179,7
+179,7
@@
def load_graph(graph, config, include_section):
if enabled.get(dependency.data.name, None) != True:
log = logging.getLogger('hooke')
log.warn(
- 'could not setup plugin %s. unsatisfied dependency on %s
'.
+ 'could not setup plugin %s. unsatisfied dependency on %s
.'
% (item.name, dependency.data.name))
enabled[item.name] = False
continue