summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebuginfofs-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfofs-mirror b/debuginfofs-mirror
index 07d66a9..cf902e6 100755
--- a/debuginfofs-mirror
+++ b/debuginfofs-mirror
@@ -293,7 +293,7 @@ def main():
# Skip it if it's already unpacked
if os.path.isdir(targetdir):
y.logger.info("Already unpacked %s" % nevra)
- utime(targetdir, None)
+ os.utime(targetdir, None)
continue
# XXX does y.downloadPackages handle this for us?