parent
d1a246d9d6
commit
24bc002117
@ -233,7 +233,7 @@ class RelGraphReport(Report):
|
|||||||
url = ""
|
url = ""
|
||||||
if self.includeurl:
|
if self.includeurl:
|
||||||
h = person_handle
|
h = person_handle
|
||||||
dirpath = "ppl/%s/%s" % (h[0], h[1])
|
dirpath = "ppl/%s/%s" % (h[-1], h[-2])
|
||||||
dirpath = dirpath.lower()
|
dirpath = dirpath.lower()
|
||||||
url = "%s/%s.html" % (dirpath, h)
|
url = "%s/%s.html" % (dirpath, h)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user