summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-04-15 14:25:53 -0400
committerChris Lumens <clumens@redhat.com>2009-04-16 09:36:12 -0400
commit6118e0f113e5def85effe53980e54017256b43fd (patch)
tree477c61845cf61c28a4fb9d47bf908dface78b485 /packages.py
parent88d78c7a337736bfe6b45ff96084d7b8dea66702 (diff)
downloadanaconda-6118e0f113e5def85effe53980e54017256b43fd.tar.gz
anaconda-6118e0f113e5def85effe53980e54017256b43fd.tar.xz
anaconda-6118e0f113e5def85effe53980e54017256b43fd.zip
Remove the early catch-all exception handler (#495933).
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages.py b/packages.py
index fcaec0077..26f17c23d 100644
--- a/packages.py
+++ b/packages.py
@@ -113,9 +113,6 @@ def turnOnFilesystems(anaconda):
try:
anaconda.id.storage.doIt()
- except Exception:
- # better to get ful exceptions for debugging
- raise
except DeviceResizeError as (msg, device):
# XXX does this make any sense? do we support resize of
# devices other than partitions?