Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 30, 2016
1 parent 4158ea7 commit 5d0f628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/python/test_provider_spatialite.py
Expand Up @@ -37,9 +37,11 @@
start_app()
TEST_DATA_DIR = unitTestDataPath()


def die(error_message):
raise Exception(error_message)


def count_opened_filedescriptors(filename_to_test):
count = -1
if sys.platform.startswith('linux'):
Expand Down Expand Up @@ -228,7 +230,6 @@ def test_invalid_iterator(self):
layer = None
os.unlink(corrupt_dbname)


def testNoDanglingFileDescriptorAfterCloseVariant1(self):
''' Test that when closing the provider all file handles are released '''

Expand Down

0 comments on commit 5d0f628

Please sign in to comment.