mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +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:
@ -333,7 +333,7 @@ class BaseSortTests(samba.tests.TestCase):
|
||||
if result_attr == "msTSExpireDate4":
|
||||
print('-' * 72)
|
||||
print("This test fails against Windows with the "
|
||||
"default number of elements (33).")
|
||||
"default number of elements (33).")
|
||||
print("Try with --elements=27 (or similar).")
|
||||
print('-' * 72)
|
||||
|
||||
|
Reference in New Issue
Block a user