#194 AttributeError: ConfigStore instance has no attribute 'arch'
Closed: Invalid Opened by whitehat.

Version 2.0.4.1-1.fc7:

Downloaded revisor as per instructions from "building from source." Installed the three rpm
packages and ran revisor from the command line with "revisor" receiving the following:

Traceback (most recent call last):
File "/usr/local/sbin/revisor", line 86, in
base = revisor.base.RevisorBase(cfg = cfg, log = log)
File "/usr/lib/python2.5/site-packages/revisor/base.py", line 54, in init
self.cfg.setup_yum()
File "/usr/lib/python2.5/site-packages/revisor/cfg.py", line 343, in setup_yum
if self.arch == "i386":
AttributeError: ConfigStore instance has no attribute 'arch'


I'll check it

I'll check it

revisor.cfg.ConfigStore.arch is set from the command given in line 160 of revisor.py (cfg.setup_cfg()), just before base is set up. Please check again. We've made some changes to this in the past few days

revisor.cfg.ConfigStore.arch is set from the command given in line 160 of revisor.py (cfg.setup_cfg()), just before base is set up. Please check again. We've made some changes to this in the past few days

Metadata Update from @whitehat:
- Issue assigned to kanarip
- Issue set to the milestone: 2.0.4 Release

Metadata