Changeset - 74229a30b418
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-05-25 06:14:38
drewp@bigasterisk.com
fix addlPrefixes init in syncedgraph
Ignore-this: c66b11bec43c0e240800eb61c3bddba
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
light9/rdfdb/syncedgraph.py
Show inline comments
 
@@ -126,6 +126,8 @@ class SyncedGraph(CurrentStateGraphApi, 
 
        log.debug('patch is done %s', debugKey)
 

	
 
    def suggestPrefixes(self, prefixes):
 
        if not hasattr(self, 'addlPrefixes'):
 
            self.addlPrefixes = {}
 
        self.addlPrefixes.update(prefixes)
 

	
 
    def sendFailed(self, result):
0 comments (0 inline, 0 general)