From 6118e0f113e5def85effe53980e54017256b43fd Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 15 Apr 2009 14:25:53 -0400 Subject: Remove the early catch-all exception handler (#495933). --- packages.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages.py') 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? -- cgit