Skip to content

Commit

Permalink
Modify undefined fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mataotao committed Aug 25, 2023
1 parent 264a0ad commit ca0d493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avocado/utils/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _update_zip_extra_attrs(self, dst_dir):
try:
os.chmod(dst, mode)
except Exception as e:
warnings.append(f"Failed to update permissions for '{dst}': {str(e)}")
LOG.warning(f"Failed to update permissions for '{dst}': {str(e)}")

def close(self):
"""
Expand Down

0 comments on commit ca0d493

Please sign in to comment.