Changeset - c0977217a7da
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 13 years ago 2012-06-16 04:32:49
drewp@bigasterisk.com
attempt to receive a brand new submaster. doesn't work, this fix doesn't address the problem. But you can drag it in twice as a workaround
Ignore-this: feed1c3e69d0a50412fb6139e8c04ab0
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -96,6 +96,12 @@ class Main(object):
 
        uri = URIRef(selection.data.strip())
 
        subName = self.graph.label(uri)
 

	
 
        
 
        if not list(self.graph.subjects(L9['sub'], uri)):
 
            # might be a new one just created in KC
 
            print "didn't find %r, reloading subs" % uri
 
            self.onReloadSubs()
 

	
 
        try:
 
            self.makeSubterm(subName, withCurve=True)
 
        except SubtermExists:
0 comments (0 inline, 0 general)