Navigation Menu

Skip to content

Commit

Permalink
Revert "fix script path on windows"
Browse files Browse the repository at this point in the history
This reverts commit aa1c3e1.

The change breaks a test
  • Loading branch information
nyalldawson committed Apr 6, 2020
1 parent c0df11b commit 872b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/script/ScriptUtils.py
Expand Up @@ -109,7 +109,7 @@ def resetScriptFolder(folder):
# isolate "QGIS3/profiles/"
appIndex = -4
profileIndex = -3
currentSettingPath = os.path.normpath(QgsApplication.qgisSettingsDirPath())
currentSettingPath = QgsApplication.qgisSettingsDirPath()
paths = currentSettingPath.split(os.sep)
commonSettingPath = os.path.join(paths[appIndex], paths[profileIndex])

Expand Down

0 comments on commit 872b464

Please sign in to comment.