diff --git a/lib/config.py b/lib/config.py index 2fce93c6..5a04f43a 100644 --- a/lib/config.py +++ b/lib/config.py @@ -186,6 +186,7 @@ class Config: self.options.use_cvsgraph = 0 self.options.cvsgraph_path = '' self.options.cvsgraph_conf = "/cvsgraph.conf" + self.options.use_re_search = 0 def is_forbidden(self, module): if not module: