Changeset 7639


Ignore:
Timestamp:
Feb 25, 2010, 2:30:43 PM (15 years ago)
Author:
griffin
Message:

removed error checking print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DVD_images/update_DVD_images.py

    r7621 r7639  
    379379        shutil.copyfile(src, dst)
    380380    except IOError, e:
    381         print 'str(e)=%s' % str(e)
     381        #print 'str(e)=%s' % str(e)
    382382        if 'Is a directory' in str(e):
    383383            shutil.copytree(src, dst)
Note: See TracChangeset for help on using the changeset viewer.