Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
indentation fixes
  • Loading branch information
volaya committed Jan 29, 2019
1 parent 2895493 commit e14ad01
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions python/plugins/processing/tests/SagaAlgorithmsTest.py
Expand Up @@ -116,13 +116,13 @@ def test_non_ascii_output(self):
self.assertIsNotNone(alg)

temp_file = os.path.join(self.temp_dir, 'non_ascii_ñññ.gpkg')
parameters = {'SHAPES':'testmem',
'DIST_FIELD_DEFAULT':5,
'NZONES':1,
'DARC':5,
'DISSOLVE':True,
'POLY_INNER':False,
'BUFFER':temp_file}
parameters = {'SHAPES': 'testmem',
'DIST_FIELD_DEFAULT': 5,
'NZONES': 1,
'DARC': 5,
'DISSOLVE': True,
'POLY_INNER': False,
'BUFFER': temp_file}
feedback = QgsProcessingFeedback()

results, ok = alg.run(parameters, context, feedback)
Expand All @@ -137,6 +137,5 @@ def test_non_ascii_output(self):
QgsProject.instance().removeMapLayer(layer)



if __name__ == '__main__':
nose2.main()

0 comments on commit e14ad01

Please sign in to comment.