Skip to content

Commit 5d0f628

Browse files
committed
Indentation fix
1 parent 4158ea7 commit 5d0f628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/python/test_provider_spatialite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
start_app()
3838
TEST_DATA_DIR = unitTestDataPath()
3939

40+
4041
def die(error_message):
4142
raise Exception(error_message)
4243

44+
4345
def count_opened_filedescriptors(filename_to_test):
4446
count = -1
4547
if sys.platform.startswith('linux'):
@@ -228,7 +230,6 @@ def test_invalid_iterator(self):
228230
layer = None
229231
os.unlink(corrupt_dbname)
230232

231-
232233
def testNoDanglingFileDescriptorAfterCloseVariant1(self):
233234
''' Test that when closing the provider all file handles are released '''
234235

0 commit comments

Comments
 (0)