Adding nanorc

This commit is contained in:
VirtuBox
2019-11-02 15:53:39 +01:00
parent 23be601c11
commit 77bcba6484
3 changed files with 16 additions and 3 deletions

View File

@@ -368,4 +368,4 @@ class WOFileUtils():
final_file.write('{0}'.format(content))
except IOError as e:
Log.debug(self, "{0}".format(e))
Log.error(self, "Unable to write content in {0}".format(path))
Log.error(self, "Unable to append content in {0}".format(path))