Whitespace normalization.
This commit is contained in:
parent
bf91f78376
commit
8a299d25ec
|
@ -1753,7 +1753,7 @@ class TarFile(object):
|
|||
|
||||
try:
|
||||
tarinfo = TarInfo.frombuf(buf)
|
||||
|
||||
|
||||
# We shouldn't rely on this checksum, because some tar programs
|
||||
# calculate it differently and it is merely validating the
|
||||
# header block. We could just as well skip this part, which would
|
||||
|
|
Loading…
Reference in New Issue