We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8fac4 commit 22ace3dCopy full SHA for 22ace3d
python/plugins/processing/tools/system.py
@@ -46,7 +46,8 @@ def userFolder():
46
return unicode(QDir.toNativeSeparators(userDir))
47
48
def defaultOutputFolder():
49
- folder = os.path.join(os.path.dirname(QgsApplication.qgisUserDbFilePath()), "processing", "outputs")
+ folder = os.path.join(os.path.dirname(QgsApplication.qgisUserDbFilePath()),
50
+ "processing", "outputs")
51
if not QDir(folder).exists():
52
QDir().mkpath(folder)
53
0 commit comments