Commit f9347782 authored by Tim Peters's avatar Tim Peters

Somebody must not have run the test before checking this in -- it had

a fatal tab/space inconsistency under -tt.
parent 1d0c6cfd
......@@ -1530,7 +1530,7 @@ class TarFile(object):
"""Set modification time of targetpath according to tarinfo.
"""
if not hasattr(os, 'utime'):
return
return
if sys.platform == "win32" and tarinfo.isdir():
# According to msdn.microsoft.com, it is an error (EACCES)
# to use utime() on directories.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment