~jmbr/halberd

6c741f87cec06fee7c7c2735b90fda7217c6d3aa — Juan M. Bello Rivas 16 years ago 1fc6bfa
Fixed an incorrectly named exception.  Noticed by Andres Riancho (http://w3af.sourceforge.net/)

darcs-hash:20070529183028-6d791-b3a5e6e635b9e236b40663256c98d3f20cebfa44.gz
1 files changed, 1 insertions(+), 1 deletions(-)

M Halberd/ScanTask.py
M Halberd/ScanTask.py => Halberd/ScanTask.py +1 -1
@@ 58,7 58,7 @@ default_ratio_threshold = 0.6
default_out = None


class ConfException(Exception):
class ConfError(Exception):
    """Error with configuration file(s)
    """
    def __init__(self, msg):