#239 Issue with anti-loop code
Closed: Fixed Opened by jsteffan.

The directories Revisor uses in /var/tmp/ already exist. This could possibly hold data from a previous run. Please remove or move them to a safe location. Then confirm to continue. If you do not move or remove the files, Revisor will simply delete them
Do you want to continue? [Y/n] y
Traceback (most recent call last):
File "./revisor.py", line 237, in
revisorBase.run()
File "/home/jon/Fedora/Revisor/revisor/revisor/cli.py", line 37, in run
if not self.cfg.check_working_directory():
File "/home/jon/Fedora/Revisor/revisor/revisor/cfg.py", line 291, in check_working_directory
if not self.loopdev:
AttributeError: ConfigStore instance has no attribute 'loopdev'


Fixed by removing those silly lines

Fixed by removing those silly lines

Metadata Update from @jsteffan:
- Issue set to the milestone: 2.0.4 Release

Metadata