diff options
| author | Will Woods <wwoods@redhat.com> | 2009-03-05 10:48:51 -0500 |
|---|---|---|
| committer | Will Woods <wwoods@redhat.com> | 2009-03-05 10:48:51 -0500 |
| commit | 9f6ba8ea1feb13d91d57fd43ede1cba27ceb8490 (patch) | |
| tree | d97fe6e1d8880814c726e3ad722a7483d8d36ee0 | |
| parent | d2840db4b7239b0e1859ba9698eff93cbd588850 (diff) | |
os.uname, not uname
| -rwxr-xr-x | debuginfofs-mirror | 2 |
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? |
