From b8a6d160cf26c21faa4e8dff24472afba69e2f40 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 10 Feb 2007 19:56:41 +0000 Subject: fix syntax svn path=/main/trunk/; revision=5940 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 259e8326f..f3cca3db2 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -241,7 +241,7 @@ class vardbapi(dbapi): continue ps = pkgsplit(x) if not ps: - self.invalidentry(os.path.join(self.getpath(mysplit[0]), x) + self.invalidentry(os.path.join(self.getpath(mysplit[0]), x)) continue if len(mysplit) > 1: if ps[0] == mysplit[1]: -- cgit v1.2.3-1-g7c22