mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] minor indentation fix
This commit is contained in:
parent
8d8fac46e7
commit
22ace3df2e
@ -46,7 +46,8 @@ def userFolder():
|
||||
return unicode(QDir.toNativeSeparators(userDir))
|
||||
|
||||
def defaultOutputFolder():
|
||||
folder = os.path.join(os.path.dirname(QgsApplication.qgisUserDbFilePath()), "processing", "outputs")
|
||||
folder = os.path.join(os.path.dirname(QgsApplication.qgisUserDbFilePath()),
|
||||
"processing", "outputs")
|
||||
if not QDir(folder).exists():
|
||||
QDir().mkpath(folder)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user