Add missing line from previous commit.
authorZac Medico <zmedico@gentoo.org>
Fri, 11 Dec 2009 19:52:36 +0000 (19:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 11 Dec 2009 19:52:36 +0000 (19:52 -0000)
svn path=/main/trunk/; revision=15038

pym/portage/__init__.py

index 48561b5f0cc01d5ba1adb422dd49138dbfb506f7..953d403e8fe10d29c8d594fd8dcb0ad3366656bb 100644 (file)
@@ -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