diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-11-07 00:17:25 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-11-07 00:17:25 -0800 |
commit | 55bf243f166e38451026813fa2bdc2c90263d1aa (patch) | |
tree | 70b7390b1423ea8dc2f8ff75753b329e1e227042 /bin | |
parent | d78ece658b0b139604998886a788acc11e661b14 (diff) | |
download | spack-55bf243f166e38451026813fa2bdc2c90263d1aa.tar.gz spack-55bf243f166e38451026813fa2bdc2c90263d1aa.tar.bz2 spack-55bf243f166e38451026813fa2bdc2c90263d1aa.tar.xz spack-55bf243f166e38451026813fa2bdc2c90263d1aa.zip |
Improved website scraping.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spack | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,4 +113,5 @@ except SpackError, e: tty.die(e.message) except KeyboardInterrupt: + sys.stderr.write('\n') tty.die("Keyboard interrupt.") |