Commit e28fc51f authored by Devaev Maxim's avatar Devaev Maxim

Fixed error on close() in PLainEditor

parent c882c2b1
......@@ -85,9 +85,9 @@ class PlainEditor(object) :
if self.__config_file_path == None :
raise NotAssociated("This parser is not associated with config")
logger.debug("{submod}: Unassociated parser from config file \"%s\"" % (self.__config_file_path))
self.__config_file_data_list = None
self.__config_file_path = None
logger.debug("{submod}: Unassociated parser from config file \"%s\"" % (config_file_path))
###
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment