From 6c741f87cec06fee7c7c2735b90fda7217c6d3aa Mon Sep 17 00:00:00 2001 From: "Juan M. Bello Rivas" Date: Tue, 29 May 2007 20:30:28 +0200 Subject: [PATCH] Fixed an incorrectly named exception. Noticed by Andres Riancho (http://w3af.sourceforge.net/) darcs-hash:20070529183028-6d791-b3a5e6e635b9e236b40663256c98d3f20cebfa44.gz --- Halberd/ScanTask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Halberd/ScanTask.py b/Halberd/ScanTask.py index fea4284..74501a0 100644 --- a/Halberd/ScanTask.py +++ b/Halberd/ScanTask.py @@ -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): -- 2.45.2