My apologies.... I forgot two supplemental imports...

(Hopefully a file attach will work on the list...)



> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: Thursday, April 28, 2005 2:32 AM
> To: pythonmac-sig@python.org
> Subject: RE: [Pythonmac-SIG] ZipFile revision....
> 
> 
> 
> >import  bas_init
> 
> What's this?
> 
> >        print "This file, %s, is bad." % test
> 
> test is undefined.

Interesting...  Found the section...  My version has never created a bad
zip file...

Here's the revision...

    print "Verifying the Archive File...."
    test = Backup_Engine.Verify_Backup ( )
    if test:
        print
        print "The Backup has failed!"
        print
        print "This file, %s, is bad." % test
    else:
        print
        print "The Backup has been verified!"
        print
        print "Backup is successful."
    print
    print "Backup Application has completed."

Attachment: bas_logging.py
Description: bas_logging.py

Attachment: bas_init.py
Description: bas_init.py

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to