public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r9506 - main/trunk/pym/portage
@ 2008-03-25  3:54 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-03-25  3:54 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-03-25 03:54:34 +0000 (Tue, 25 Mar 2008)
New Revision: 9506

Modified:
   main/trunk/pym/portage/__init__.py
Log:
Fix typo.

Modified: main/trunk/pym/portage/__init__.py
===================================================================
--- main/trunk/pym/portage/__init__.py	2008-03-25 03:51:51 UTC (rev 9505)
+++ main/trunk/pym/portage/__init__.py	2008-03-25 03:54:34 UTC (rev 9506)
@@ -3244,7 +3244,7 @@
 			if hasattr(os, "statvfs"):
 				vfs_stat = os.statvfs(mysettings["DISTDIR"])
 				try:
-					mysize = os.stat(myfile_path)
+					mysize = os.stat(myfile_path).st_size
 				except OSError, e:
 					if e.errno != errno.ENOENT:
 						raise

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-25  3:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-25  3:54 [gentoo-commits] portage r9506 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox