summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-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 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