Ignore:
Timestamp:
24 Apr 2017, 08:56:41 (8 years ago)
Author:
Henrik Bettermann
Message:

Allow access to gz files from datacenter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/datacenter.py

    r10045 r14679  
    8383            if not os.path.isfile(fullpath):
    8484                continue
    85             if not filename.endswith('.csv'):
     85            if not (filename.endswith('.csv') or filename.endswith('.gz')):
    8686                continue
    8787            result.append(DataCenterFile(fullpath))
Note: See TracChangeset for help on using the changeset viewer.