mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python: pep257: docstring should use double quotes
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
ff52e34288
commit
ddba4a06bb
@@ -53,7 +53,7 @@ class XattrBackendError(Exception):
|
||||
|
||||
|
||||
def checkset_backend(lp, backend, eadbfile):
|
||||
'''return the path to the eadb, or None'''
|
||||
"""return the path to the eadb, or None"""
|
||||
if backend is None:
|
||||
xattr_tdb = lp.get("xattr_tdb:file")
|
||||
if xattr_tdb is not None:
|
||||
|
||||
Reference in New Issue
Block a user