[PATCH] Unlock encrypted partitions before finding installations (#901917)

Vratislav Podzimek vpodzime at redhat.com
Mon Sep 23 12:32:22 UTC 2013


On Fri, 2013-09-20 at 16:30 -0700, Brian C. Lane wrote:
> On Wed, Sep 18, 2013 at 03:05:16PM +0200, Vratislav Podzimek wrote:
> 
> > +def _unlock_devices(intf, storage):
> > +    try_passphrase = None
> 
> In order to make sure try_passphrase doesn't get dumped with an
> exception it needs to be added to the localSkipList in
> pyanaconda/exception.py
It turns out that python-meh searches for substrings in local variables
matching the ones from the localSkipList. So this already is covered by
the string 'passphrase' in the localSkipList. No change needed.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list