1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

PEP8: fix E127: continuation line over-indented for visual indent

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joe Guo
2018-09-04 01:05:48 +12:00
committed by Andrew Bartlett
parent dc02a4c35f
commit deb819913d
28 changed files with 172 additions and 172 deletions

View File

@ -34,7 +34,7 @@ from operator import attrgetter
def read_datafile(filename):
paths = ["../../../../../testdata/samba3",
"../../../../testdata/samba3"]
"../../../../testdata/samba3"]
for p in paths:
datadir = os.path.join(os.path.dirname(__file__), p)
if os.path.exists(datadir):