mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
PEP8: fix E128: continuation line under-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -27,10 +27,10 @@ def copyattrs(frompath, topath):
|
||||
# Get the xattr attributes if any
|
||||
try:
|
||||
attribute = samba.xattr_native.wrap_getxattr(frompath,
|
||||
xattr.XATTR_NTACL_NAME)
|
||||
xattr.XATTR_NTACL_NAME)
|
||||
samba.xattr_native.wrap_setxattr(topath,
|
||||
xattr.XATTR_NTACL_NAME,
|
||||
attribute)
|
||||
xattr.XATTR_NTACL_NAME,
|
||||
attribute)
|
||||
except Exception:
|
||||
pass
|
||||
# FIXME:Catch a specific exception
|
||||
|
Reference in New Issue
Block a user