Bug fixes

This commit is contained in:
usmannasir
2018-08-21 13:10:40 +05:00
parent 6c33b38d9f
commit 5c014765db
14 changed files with 437 additions and 555 deletions

View File

@@ -11,6 +11,7 @@ class CyberCPLogFileWriter:
file.writelines("[" + time.strftime(
"%I-%M-%S-%a-%b-%Y") + "] "+ message + "\n")
file.close()
except IOError,msg:
return "Can not write to error file."