Changeset 209


Ignore:
Timestamp:
12/05/05 07:48:27 (18 years ago)
Author:
Nicholas Riley
Message:

RetroStatus.py: Fixed missing replacement; removed inapplicable comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/RetroStatus/RetroStatus.py

    r204 r209  
    155155    else:
    156156        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)
    158158
    159159def mediarequesttimedout(numberofsecondswaited): pass
     
    167167             '%s; %s error(s)' % (scripterrormessage, errorcount))
    168168
    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 started
    171 # XXX by a script, and lengthen the lookahead interval
    172169def scriptcheckfailed(scriptname, failuremessage, scheduledate):
    173170    failuremessage = failuremessage.replace('\r', '\n').decode('macroman')
Note: See TracChangeset for help on using the changeset viewer.