mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
[processing]remove trailing spaces
This commit is contained in:
parent
261430b961
commit
d627b561be
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user