Skip to content

Commit 22ace3d

Browse files
committed
[processing] minor indentation fix
1 parent 8d8fac4 commit 22ace3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/plugins/processing/tools/system.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def userFolder():
4646
return unicode(QDir.toNativeSeparators(userDir))
4747

4848
def defaultOutputFolder():
49-
folder = os.path.join(os.path.dirname(QgsApplication.qgisUserDbFilePath()), "processing", "outputs")
49+
folder = os.path.join(os.path.dirname(QgsApplication.qgisUserDbFilePath()),
50+
"processing", "outputs")
5051
if not QDir(folder).exists():
5152
QDir().mkpath(folder)
5253

0 commit comments

Comments
 (0)