Changeset 1110 for pvMail/src/PvMail/pvMail.py
- Timestamp:
- Sep 12, 2012 1:18:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pvMail/src/PvMail/pvMail.py
r1104 r1110 237 237 msg += 'host: %s\n' % socket.gethostname() 238 238 msg += 'date: %s (UNIX, not PV)\n' % datetime.datetime.now() 239 if pvm.ca_timestamp not in ( 'None', 0):239 if pvm.ca_timestamp not in (None, 0): 240 240 msg += 'CA_timestamp: %d\n' % pvm.ca_timestamp 241 241 msg += 'program: %s\n' % sys.argv[0]
Note: See TracChangeset
for help on using the changeset viewer.