stage : minor syntax fix
This commit is contained in:
parent
353d12d2e6
commit
5ef3621556
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ def fetch(self, mirror_only=False):
|
|||
self.fetcher = fetcher
|
||||
self.fetcher.fetch()
|
||||
break
|
||||
except spack.error.SpackError, e:
|
||||
except spack.error.SpackError as e:
|
||||
tty.msg("Fetching from %s failed." % fetcher)
|
||||
tty.debug(e)
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue