ajack       2004/05/12 10:21:29

  Modified:    .        gumpy.py
  Log:
  Trying to determine why Gumpy won't shout about failures.
  
  Revision  Changes    Path
  1.30      +5 -0      gump/gumpy.py
  
  Index: gumpy.py
  ===================================================================
  RCS file: /home/cvs/gump/gumpy.py,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- gumpy.py  10 May 2004 21:34:09 -0000      1.29
  +++ gumpy.py  12 May 2004 17:21:29 -0000      1.30
  @@ -418,6 +418,8 @@
                   published=1

               except:

                   published=0

  +        else:

  +            print 'Unable to publish log file (containing failures)'

                 

           # Cat to screen (if running to screen)

           tty=0

  @@ -473,6 +475,9 @@
               maildata += '\n'

               

               sendEmail(mailto,mailfrom,logTitle,mailData,mailserver,mailport)

  +            

  +        else:

  +            print 'Unable to mail report of failure'

   

   # bye!

   sys.exit(result)

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to