stage : minor syntax fix

This commit is contained in:
alalazo 2016-03-03 10:10:30 +01:00
parent 353d12d2e6
commit 5ef3621556

View file

@ -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