From: Zac Medico Date: Sun, 13 Dec 2009 03:51:39 +0000 (-0000) Subject: Add missing line from previous commit. (trunk r15038) X-Git-Tag: v2.1.7.14~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ddf2dd8567f21106429548da448be6defd1442a;p=portage.git Add missing line from previous commit. (trunk r15038) svn path=/main/branches/2.1.7/; revision=15072 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index b83d53517..0775fbc31 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