Oops. Fix "'." -> ".'" in dependency warning message.
authorW. Trevor King <wking@drexel.edu>
Tue, 3 Aug 2010 12:32:07 +0000 (08:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 3 Aug 2010 12:32:07 +0000 (08:32 -0400)
hooke/plugin/__init__.py

index 052284d84317dd3c3c86c8b4ae7b2e319b6ae544..54cce666b926fb86b0a604d03fbbd1c885f089d1 100644 (file)
@@ -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