Changeset 7639
- Timestamp:
- Feb 25, 2010, 2:30:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/update_DVD_images.py
r7621 r7639 379 379 shutil.copyfile(src, dst) 380 380 except IOError, e: 381 print 'str(e)=%s' % str(e)381 #print 'str(e)=%s' % str(e) 382 382 if 'Is a directory' in str(e): 383 383 shutil.copytree(src, dst)
Note: See TracChangeset
for help on using the changeset viewer.