Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing]remove trailing spaces
  • Loading branch information
volaya committed Jan 25, 2019
1 parent 261430b commit d627b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithm.py
Expand Up @@ -349,7 +349,7 @@ def processAlgorithm(self, parameters, context, feedback):
for out in output_layers:
prjFile = os.path.splitext(out)[0] + '.prj'
with open(prjFile, 'w') as f:
f.write(crs.toWkt())
f.write(crs.toWkt())

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

0 comments on commit d627b56

Please sign in to comment.