changeset 1268:7213af750481

comment Ignore-this: 604715e6bba4f5a8b84618ac06f98b2f
author drewp@bigasterisk.com
date Sun, 14 Jun 2015 03:31:45 +0000
parents ce8a71fab284
children 166f8da8b62b
files light9/Submaster.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/Submaster.py	Sun Jun 14 03:30:34 2015 +0000
+++ b/light9/Submaster.py	Sun Jun 14 03:31:45 2015 +0000
@@ -194,7 +194,7 @@
         typeStmt = (self.uri, RDF.type, L9['Submaster'])
         with self.graph.currentState(tripleFilter=typeStmt) as current:
             try:
-                log.debug("submaster's type statement is in %r" %
+                log.debug("submaster's type statement is in %r so we save there" %
                           list(current.contextsForStatement(typeStmt)))
                 ctx = current.contextsForStatement(typeStmt)[0]
             except IndexError: