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 = fetcher
|
||||||
self.fetcher.fetch()
|
self.fetcher.fetch()
|
||||||
break
|
break
|
||||||
except spack.error.SpackError, e:
|
except spack.error.SpackError as e:
|
||||||
tty.msg("Fetching from %s failed." % fetcher)
|
tty.msg("Fetching from %s failed." % fetcher)
|
||||||
tty.debug(e)
|
tty.debug(e)
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue