From: Douglas Bagnall Date: Sat, 17 Aug 2024 06:10:02 +0000 (+1200) Subject: ldb:tests:api_simple uses conventional 4 space indent X-Git-Tag: tdb-1.4.13~1168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102660e7d1975f9cc3bd4c3984eae9306d03acc4;p=thirdparty%2Fsamba.git ldb:tests:api_simple uses conventional 4 space indent Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- diff --git a/lib/ldb/tests/python/api_simple.py b/lib/ldb/tests/python/api_simple.py index 4d74e2fe0ea..33ad0a12c6a 100644 --- a/lib/ldb/tests/python/api_simple.py +++ b/lib/ldb/tests/python/api_simple.py @@ -95,9 +95,9 @@ class SimpleLdb(LdbBaseTest): except UnicodeDecodeError as e: raise except TypeError as te: - p3errors = ["argument 2 must be str, not bytes", - "Can't convert 'bytes' object to str implicitly"] - self.assertIn(str(te), p3errors) + p3errors = ["argument 2 must be str, not bytes", + "Can't convert 'bytes' object to str implicitly"] + self.assertIn(str(te), p3errors) def test_search_attrs(self): l = ldb.Ldb(self.url(), flags=self.flags())