Skip to content

Commit d627b56

Browse files
committedJan 25, 2019
[processing]remove trailing spaces
1 parent 261430b commit d627b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/saga/SagaAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def processAlgorithm(self, parameters, context, feedback):
349349
for out in output_layers:
350350
prjFile = os.path.splitext(out)[0] + '.prj'
351351
with open(prjFile, 'w') as f:
352-
f.write(crs.toWkt())
352+
f.write(crs.toWkt())
353353

354354
for old, new in output_files_nonascii.items():
355355
oldFolder = os.path.dirname(old)

0 commit comments

Comments
 (0)
Please sign in to comment.