Ignore:
Timestamp:
Feb 12, 2008, 2:37:03 PM (17 years ago)
Author:
ole
Message:

Added cairns license stub and fixed problem with empty xml tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/data_audit.py

    r5021 r5022  
    8282            try:
    8383                license_file_is_valid(fid, datafile, dirpath,
    84                                       verbose=verbose)
     84                                      verbose=False)
    8585            except audit_exceptions, e:
    8686                all_files_accounted_for = False                               
     
    311311            raise NotPublishable, msg
    312312       
    313         print 'PUB', publishable
    314313        if publishable.upper() != 'YES':
    315314            msg = 'Data file %s is not flagged as publishable'\
Note: See TracChangeset for help on using the changeset viewer.