Skip to content

Commit

Permalink
[processing] fix initial without saga_cmd on *x
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 23, 2015
1 parent da39ab3 commit e368f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/saga/SagaUtils.py
Expand Up @@ -136,6 +136,7 @@ def getSagaInstalledVersion(runSaga=False):
_installedVersion = line[len("SAGA Version:"):].strip().split(" ")[0]
_installedVersionFound = True
return _installedVersion
return None
except IOError:
retries += 1
except:
Expand Down

0 comments on commit e368f95

Please sign in to comment.