Author: whit
Date: 2007-07-30 16:28:40 -0400 (Mon, 30 Jul 2007)
New Revision: 7849

Modified:
   TaggerStore/trunk/taggerstore/rdf.py
Log:
for now set rather than check and update


Modified: TaggerStore/trunk/taggerstore/rdf.py
===================================================================
--- TaggerStore/trunk/taggerstore/rdf.py        2007-07-30 20:21:42 UTC (rev 
7848)
+++ TaggerStore/trunk/taggerstore/rdf.py        2007-07-30 20:28:40 UTC (rev 
7849)
@@ -19,7 +19,7 @@
         entry = EntryRDFHandler.from_atom(entry)
     if isinstance(entry, Entry):
         entry = EntryRDFHandler(entry)
-    rdfutils.add_triples(entry, graph, set=False)
+    rdfutils.add_triples(entry, graph, set=True)
     return entry
 
 def remove_tags(graph, entry):



--
Archive: 
http://www.openplans.org/projects/opencore/lists/openplans-svn/archive/2007/07/1185827320976
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to