Changeset 7322


Ignore:
Timestamp:
Jul 27, 2009, 10:41:47 AM (15 years ago)
Author:
rwilson
Message:

Removed .cache dir, made update_DVD_images.py NOT run under windows!

Location:
DVD_images
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • DVD_images/update_DVD_images.py

    r7320 r7322  
    358358    print('where <source> is one of the jurisdiction staging directories.')
    359359
    360 
     360if sys.platform == 'win32':
     361    print('Sorry, you can only run this script under Unix')
     362    sys.exit(10)
     363   
    361364if len(sys.argv) != 2:
    362365    usage()
Note: See TracChangeset for help on using the changeset viewer.