Changes between Initial Version and Version 1 of Ticket #133
- Timestamp:
- 07/07/17 16:32:14 (8 years ago)
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 1 viewer/logWindow.py 2 3 if 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()