[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/2] Remove the early catch-all exception handler (#495933).
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 1/2] Remove the early catch-all exception handler (#495933).
- Date: Wed, 15 Apr 2009 14:29:07 -0400
---
packages.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/packages.py b/packages.py
index fcaec00..26f17c2 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?
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]