Changes between Initial Version and Version 1 of Ticket #133


Ignore:
Timestamp:
07/07/17 16:32:14 (8 years ago)
Author:
yanll
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #133

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #133 – Description

    initial v1  
     1viewer/logWindow.py
     2
     3if os.path.exists('./log/GPPD.log'):
     4            with open("./log/GPPD.log","w"):
     5                os.remove("./log/GPPD.log")
     6        _f=open("./log/GPPD.log", "w")
     7        _f.close()