Mercurial > code > home > repos > light9
diff bin/subcomposer @ 929:c20c2eea6fce
another hack to stop graphfile from thinking its own new empty file means it should delete all the statements in that context
Ignore-this: 94639afbbe8d3a0abd8a06e16922394f
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Tue, 11 Jun 2013 20:25:02 +0000 |
parents | dcab422615ca |
children | 92c6e4b6cabb |
line wrap: on
line diff
--- a/bin/subcomposer Tue Jun 11 20:09:45 2013 +0000 +++ b/bin/subcomposer Tue Jun 11 20:25:02 2013 +0000 @@ -145,7 +145,7 @@ addQuads = [(repl(s), p, repl(o), newUri) for s,p,o,c in delQuads] # patch can't span contexts yet self.graph.patch(Patch(addQuads=addQuads, delQuads=[])) - #self.graph.patch(Patch(addQuads=[], delQuads=delQuads)) + self.graph.patch(Patch(addQuads=[], delQuads=delQuads)) def setupSubChoiceLinks(self):