minor fix

This commit is contained in:
Miroslav Stampar
2011-11-23 14:26:40 +00:00
parent 9b99530add
commit 14e8ca6d41
3 changed files with 17 additions and 6 deletions

View File

@@ -109,6 +109,7 @@ from lib.core.settings import UNENCODED_ORIGINAL_VALUE
from lib.core.settings import UNION_CHAR_REGEX
from lib.core.settings import UNKNOWN_DBMS_VERSION
from lib.core.settings import WEBSCARAB_SPLITTER
from lib.core.threads import getCurrentThreadData
from lib.core.update import update
from lib.parse.configfile import configFileParser
from lib.parse.payloads import loadPayloads
@@ -1331,6 +1332,9 @@ def __cleanupOptions():
if conf.code:
conf.code = int(conf.code)
threadData = getCurrentThreadData()
threadData.reset()
def __setConfAttributes():
"""
This function set some needed attributes into the configuration