From: Michael Tremer Date: Mon, 3 Dec 2012 15:02:15 +0000 (+0100) Subject: Fix reading the installed package size to database. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a59e9bab2fb149183be5ea6bf4278ed8949a1b6;p=pbs.git Fix reading the installed package size to database. --- diff --git a/backend/packages.py b/backend/packages.py index 5f923f23..68058ebb 100644 --- a/backend/packages.py +++ b/backend/packages.py @@ -171,7 +171,7 @@ class Package(base.Object): ("url", file.url), ("summary", file.summary), ("description", file.description), - ("size", file.size), + ("size", file.inst_size), ("uuid", file.uuid), # Build information.