Navigation Menu

Skip to content

Commit

Permalink
fix PyQgsAppStartup (followup d9349e5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 6, 2016
1 parent 45a8441 commit daf8f7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsappstartup.py
Expand Up @@ -101,7 +101,7 @@ def testOptionsPath(self):
subdir = 'QGIS' # Linux
if sys.platform[:3] == 'dar': # Mac
subdir = 'qgis.org'
ini = os.path.join(subdir, 'QGIS.ini')
ini = os.path.join(subdir, 'QGIS3.ini')
for p in ['test_opts', 'test opts', 'test_optsé€']:
self.doTestStartup(option="--optionspath",
testDir=os.path.join(self.TMP_DIR, p),
Expand Down

0 comments on commit daf8f7a

Please sign in to comment.