]> git.parisson.com Git - deefuzzer.git/commitdiff
Typo
authorachbed <github@achbed.org>
Fri, 12 Dec 2014 23:30:16 +0000 (17:30 -0600)
committerachbed <github@achbed.org>
Fri, 12 Dec 2014 23:30:16 +0000 (17:30 -0600)
Signed-off-by: achbed <github@achbed.org>
deefuzzer/core.py

index 1b88bba93260975fa49692433390bc65922a736c..ad7097d9757e1a5e51e4126af67b05725ec9da02 100644 (file)
@@ -292,7 +292,7 @@ class DeeFuzzer(Thread):
                             self._err('Error validating station ' + name)
                     except Exception:
                         self._err('Error starting station ' + name)
-                        if not ignoreErrors:
+                        if not self.ignoreErrors:
                             raise
                         continue