Comment 5 for bug 123685

Revision history for this message
Marco Rodrigues (gothicx) wrote :

myemailaddr = os.getenv('DEBEMAIL')
if not myemailaddr:
    print "The environment variable DEBEMAIL needs to be set to make use of this script."
    sys.exit(1)