Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 27, 2016
1 parent cc6721c commit c934291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsappstartup.py
Expand Up @@ -48,7 +48,7 @@ def tearDownClass(cls):
# TODO: refactor parameters to **kwargs to handle all startup combinations
def doTestStartup(self, option='', testDir='', testFile='',
loadPlugins=False, customization=False,
timeOut=15, env=None, additionalArguments = []):
timeOut=15, env=None, additionalArguments=[]):
"""Run QGIS with the given option. Wait for testFile to be created.
If time runs out, fail.
"""
Expand Down Expand Up @@ -174,7 +174,7 @@ def testOptionsAsFiles(self):
testDir=os.path.join(self.TMP_DIR, 'test_optionsAsFiles'),
testFile="qgis.db",
timeOut=15,
additionalArguments = t[1]), "additional arguments: %s" % ' '.join(t[1])
additionalArguments=t[1]), "additional arguments: %s" % ' '.join(t[1])


if __name__ == '__main__':
Expand Down

0 comments on commit c934291

Please sign in to comment.