From 24bc00211704709bd04bb3ce3923f5e676004452 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 17 Nov 2009 08:46:47 +0000 Subject: [PATCH] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532559 svn: r13606 --- src/plugins/graph/GVRelGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/graph/GVRelGraph.py b/src/plugins/graph/GVRelGraph.py index 1adec3a23..c06e81bcb 100644 --- a/src/plugins/graph/GVRelGraph.py +++ b/src/plugins/graph/GVRelGraph.py @@ -233,7 +233,7 @@ class RelGraphReport(Report): url = "" if self.includeurl: h = person_handle - dirpath = "ppl/%s/%s" % (h[0], h[1]) + dirpath = "ppl/%s/%s" % (h[-1], h[-2]) dirpath = dirpath.lower() url = "%s/%s.html" % (dirpath, h)