Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try fix indentation
  • Loading branch information
Giovanni Manghi committed Mar 8, 2016
1 parent e4f7567 commit 2c7f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/rasterize.py
Expand Up @@ -68,7 +68,7 @@ class rasterize(GdalAlgorithm):
COMPRESSTYPE = ['NONE', 'JPEG', 'LZW', 'PACKBITS', 'DEFLATE']
TFW = 'TFW'
RAST_EXT = 'RAST_EXT'

def getIcon(self):
return QIcon(os.path.join(pluginPath, 'images', 'gdaltools', 'rasterize.png'))

Expand Down

0 comments on commit 2c7f40b

Please sign in to comment.