Changeset 209 for trunk/RetroStatus
- Timestamp:
- 12/05/05 07:48:27 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/RetroStatus/RetroStatus.py
r204 r209 155 155 else: 156 156 sendMail("IMPORTANT: Can't find disk %s" % requestedmembername, 157 "Retrospect can't find the disk '%s'. Please eject the old disk, if any, and check that the correct disk is inserted." )157 "Retrospect can't find the disk '%s'. Please eject the old disk, if any, and check that the correct disk is inserted." % requestedmembername) 158 158 159 159 def mediarequesttimedout(numberofsecondswaited): pass … … 167 167 '%s; %s error(s)' % (scripterrormessage, errorcount)) 168 168 169 # XXX does this get sent when it's supposed to?170 # XXX if not, we could ask for quit on script end if Retrospect was started171 # XXX by a script, and lengthen the lookahead interval172 169 def scriptcheckfailed(scriptname, failuremessage, scheduledate): 173 170 failuremessage = failuremessage.replace('\r', '\n').decode('macroman')
Note:
See TracChangeset
for help on using the changeset viewer.