From d8d9ba1f3f0af32e94391a7329d5037b34bf76bf Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 12 Aug 2015 15:12:53 +0200 Subject: [PATCH] Fix indentation, followup 8ab69e9 --- tests/src/python/test_syntactic_sugar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/python/test_syntactic_sugar.py b/tests/src/python/test_syntactic_sugar.py index 9fc10c4c7276..0b0ead203f67 100644 --- a/tests/src/python/test_syntactic_sugar.py +++ b/tests/src/python/test_syntactic_sugar.py @@ -75,8 +75,8 @@ def testEdit(self): # Check that we get a QgsEditError exception when the commit fails with self.assertRaises(QgsEditError): - with edit(ml) as l: - l.rollBack() + with edit(ml) as l: + l.rollBack() if __name__ == "__main__": unittest.main()