[processing]remove trailing spaces

This commit is contained in:
volaya 2019-01-25 11:09:49 +01:00
parent 261430b961
commit d627b561be

View File

@ -349,7 +349,7 @@ class SagaAlgorithm(SagaAlgorithmBase):
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)