Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 11, 2016
1 parent c7ddc4b commit 1ed39c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/GdalUtils.py
Expand Up @@ -47,7 +47,7 @@ class GdalUtils:
@staticmethod
def runGdal(commands, progress=None):
if progress is None:
progress=SilentProgress()
progress = SilentProgress()
envval = os.getenv('PATH')
# We need to give some extra hints to get things picked up on OS X
isDarwin = False
Expand Down

0 comments on commit 1ed39c4

Please sign in to comment.