Changeset 5514 for create_distribution.py
- Timestamp:
- Jul 16, 2008, 5:48:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
create_distribution.py
r5513 r5514 137 137 msg = 'Files have not been verified for IP.\n' 138 138 msg += 'Each data file must have a license file with it.' 139 raise Exception, msg 139 print 140 #raise Exception, msg 140 141 141 142
Note: See TracChangeset
for help on using the changeset viewer.