Commit a38792e9 authored by Devaev Maxim's avatar Devaev Maxim

Fix variable path in PlainEditor on save()

parent 72d42c9a
......@@ -79,7 +79,7 @@ class PlainEditor(object) :
try :
config_file.close()
except : pass
logger.debug("{submod}: Saved config file \"%s\"" % (config_file_path))
logger.debug("{submod}: Saved config file \"%s\"" % (self.__config_file_path))
def close(self) :
if self.__config_file_path == None :
......
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