summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-11 19:52:36 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-11 19:52:36 +0000
commit3780f0f6bcf3bc12082f3b0ee63f29b808fa530c (patch)
tree53c0097a6c0b7b0e41656764efe8760ff664905f
parentcd657ed1bcbc9780bc7bfda27e6e714e27361fdf (diff)
downloadportage-3780f0f6bcf3bc12082f3b0ee63f29b808fa530c.tar.gz
portage-3780f0f6bcf3bc12082f3b0ee63f29b808fa530c.tar.bz2
portage-3780f0f6bcf3bc12082f3b0ee63f29b808fa530c.zip
Add missing line from previous commit.
svn path=/main/trunk/; revision=15038
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 48561b5f0..953d403e8 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -7691,6 +7691,7 @@ def movefile(src, dest, newmtime=None, sstat=None, mysettings=None,
another_digit = i_str
if another_digit is not None:
mtime_str += another_digit
+ newmtime = float(mtime_str)
break
elif len(mtime_str) <= min_len:
# This shouldn't happen, but let's make sure