Changeset - 50267ea8c675
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 years ago 2017-06-10 23:31:50
drewp@bigasterisk.com
rdfdb ignore big capture/ dirs until i'm working on paint again
Ignore-this: ee3a4b238e11fd3ed1d9860f7e0138ec
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/rdfdb
Show inline comments
 
@@ -227,6 +227,10 @@ class WatchedFiles(object):
 
        if os.path.splitext(inFile)[1] not in ['.n3']:
 
            return
 

	
 
        if '/capture/' in inFile:
 
            # smaller graph for now
 
            return
 
            
 
        # an n3 file with rules makes it all the way past this reading
 
        # and the serialization. Then, on the receiving side, a
 
        # SyncedGraph calls graphFromNQuad on the incoming data and
0 comments (0 inline, 0 general)