|
@@ -202,7 +202,7 @@ class Archive(object):
|
|
for k, v in xattrs.items():
|
|
for k, v in xattrs.items():
|
|
try:
|
|
try:
|
|
xa.set(k, v)
|
|
xa.set(k, v)
|
|
- except KeyError:
|
|
|
|
|
|
+ except (IOError, KeyError):
|
|
pass
|
|
pass
|
|
if have_lchmod:
|
|
if have_lchmod:
|
|
os.lchmod(path, item['mode'])
|
|
os.lchmod(path, item['mode'])
|