mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
accept code formatting suggestion
Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
This commit is contained in:
parent
3ea934a687
commit
a53a8fea20
@ -104,7 +104,7 @@ class ExtractProjection(GdalAlgorithm):
|
||||
outFileName = inFileName[0]
|
||||
# this is not a good idea as it won't work with an extension like .jpeg
|
||||
# outFileExt = '.' + inFileName[1][1:4:2] + 'w'
|
||||
if ( len(inFileName[1]) < 4 ):
|
||||
if (len(inFileName[1]) < 4):
|
||||
outFileExt = '.wld'
|
||||
else:
|
||||
outFileExt = inFileName[1][0:2] + inFileName[1][-1] + 'w'
|
||||
|
Loading…
x
Reference in New Issue
Block a user