Changeset 679
- Timestamp:
- Oct 25, 2007 7:26:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBemail.py
r678 r679 19 19 # Send email typically about an error. 20 20 # project: coin project name 21 # cmd: command being ex ucuted. perhaps: "svn update", "./configure",21 # cmd: command being executed. perhaps: "svn update", "./configure", 22 22 # "make". 23 23 # cmdMsgs: the messages generated by cmd. This will typically contain … … 92 92 return 93 93 94 print len(NBuserConfig.STORE_EMAIL)95 print NBuserConfig.STORE_EMAIL.isspace()96 97 94 # Get smtp server password 98 95 if os.path.isfile(NBuserConfig.SMTP_PASSWORD_FILENAME) :
Note: See TracChangeset
for help on using the changeset viewer.