Looks ok, Regards, Hans On 11/03/2009 04:21 PM, Chris Lumens wrote:
When we dump the anaconda object in python-meh, the object won't be named "anaconda". It'll be named "obj". python-meh will stick that on the front of every attribute, so we need to remove "anaconda". --- exception.py | 45 ++++++++++++++++++++++----------------------- 1 files changed, 22 insertions(+), 23 deletions(-) diff --git a/exception.py b/exception.py index 3493786..7decf22 100644 --- a/exception.py +++ b/exception.py @@ -93,29 +93,28 @@ def initExceptionHandling(anaconda): conf = Config(programName="anaconda", programVersion=isys.getAnacondaVersion(), bugFiler=anaconda.id.instClass.bugFiler, - attrSkipList=[ "anaconda.backend.ayum", - "anaconda.backend.dlpkgs", - "anaconda.id.accounts", - "anaconda.id.bootloader.password", - "anaconda.id.comps", - "anaconda.id.dispatch", - "anaconda.id.hdList", - "anaconda.id.ksdata", - "anaconda.id.instLanguage.font", - "anaconda.id.instLanguage.kbd", - "anaconda.id.instLanguage.info", - "anaconda.id.instLanguage.localeInfo", - "anaconda.id.instLanguage.nativeLangNames", - "anaconda.id.instLanguage.tz", - "anaconda.id.keyboard._mods._modelDict", - "anaconda.id.keyboard.modelDict", - "anaconda.id.storage.encryptionPassphrase", - "anaconda.id.rootPassword", - "anaconda.id.tmpData", - "anaconda.intf.icw.buff", - "anaconda.intf.icw.currentWindow.storage.encryptionPassphrase", - "anaconda.intf.icw.stockButtons", - "dispatch.sack.excludes", + attrSkipList=[ "backend.ayum", + "backend.dlpkgs", + "id.accounts", + "id.bootloader.password", + "id.comps", + "id.dispatch", + "id.hdList", + "id.ksdata", + "id.instLanguage.font", + "id.instLanguage.kbd", + "id.instLanguage.info", + "id.instLanguage.localeInfo", + "id.instLanguage.nativeLangNames", + "id.instLanguage.tz", + "id.keyboard._mods._modelDict", + "id.keyboard.modelDict", + "id.storage.encryptionPassphrase", + "id.rootPassword", + "id.tmpData", + "intf.icw.buff", + "intf.icw.currentWindow.storage.encryptionPassphrase", + "intf.icw.stockButtons", ], localSkipList=[ "passphrase", "password" ], fileList=[ "/tmp/syslog", "/tmp/anaconda.log", "/tmp/lvmout",
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list