From 78f0860cff176d1d5842cb65684a49139c87a4ed Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 13:14:32 +1300 Subject: [PATCH] python/xattr: remove unused variable Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- python/samba/xattr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/samba/xattr.py b/python/samba/xattr.py index 47126906f88..19eb67ab315 100644 --- a/python/samba/xattr.py +++ b/python/samba/xattr.py @@ -45,7 +45,6 @@ def copytree_with_xattrs(src, dst): names = os.listdir(src) os.makedirs(dst) - errors = [] for name in names: srcname = os.path.join(src, name) dstname = os.path.join(dst, name) -- 2.47.2