# HG changeset patch # User drewp@bigasterisk.com # Date 1497137510 0 # Node ID 50267ea8c67588ca356249e3c03c45bf1ccca7bb # Parent c5e4b0655bdca8c13fad4feceb673dc9f9b34ffc rdfdb ignore big capture/ dirs until i'm working on paint again Ignore-this: ee3a4b238e11fd3ed1d9860f7e0138ec diff -r c5e4b0655bdc -r 50267ea8c675 bin/rdfdb --- a/bin/rdfdb Sat Jun 10 23:31:39 2017 +0000 +++ b/bin/rdfdb Sat Jun 10 23:31:50 2017 +0000 @@ -227,6 +227,10 @@ 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