When a download fails because it was aborted, give a better error.
commit95425f1310c6671642fd24756a7c82ecee18d073
authorThomas Leonard <talex5@gmail.com>
Sat, 23 Feb 2008 12:16:31 +0000 (23 12:16 +0000)
committerThomas Leonard <talex5@gmail.com>
Sat, 23 Feb 2008 12:30:05 +0000 (23 12:30 +0000)
tree7634746002dce76aeb42ffda4ec2eae78d9c72ec
parent9dd250abfa3cce2bf907a6f765a5758c20649f0f
When a download fails because it was aborted, give a better error.

Now raises DownloadAborted, so you can check for that and handle it specially.
The GUI silently ignores this error, since the user knows they just clicked on
the Stop button.
zeroinstall/0launch-gui/gui.py
zeroinstall/injector/download.py