More details in error message. NT.
authorNicolas Turro <Nicolas.Turro@inria.fr>
Wed, 2 Nov 2011 13:00:26 +0000 (14:00 +0100)
committerNicolas Turro <Nicolas.Turro@inria.fr>
Wed, 2 Nov 2011 13:00:26 +0000 (14:00 +0100)
sfa/senslab/table_slab.py

index 62c3af7..9ace414 100644 (file)
@@ -92,7 +92,7 @@ class SfaTable(list):
                        for hrn in hrns:
                                head,sep,tail=hrn.partition(".")
                                if head != self.authname :
-                                       print >>sys.stderr,"i know nothing about",hrn
+                                       print >>sys.stderr,"i know nothing about",hrn, " my authname is ", self.authname, " not ", splited_hrn[0]
                                else :
                                        node_ids.append(tail)