Fixed error blocking start of software.
svn: r14474
This commit is contained in:
parent
9dfa170293
commit
96c80a44e2
@ -924,7 +924,7 @@ class RelationshipCalculator(object):
|
||||
#loop, keep one message in storage!
|
||||
self.__loopDetected = True
|
||||
self.__msg += [_("Relationship loop detected:") + \
|
||||
_("Person %(person)s connects to himself via %(relation)s")) % {
|
||||
_("Person %(person)s connects to himself via %(relation)s") ] % {
|
||||
'person' : person.get_primary_name().get_name(), 'relation' : rel2[len(rel1):] }
|
||||
return
|
||||
elif store:
|
||||
|
Loading…
Reference in New Issue
Block a user