Changeset 14679 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 24 Apr 2017, 08:56:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/datacenter.py
r10045 r14679 83 83 if not os.path.isfile(fullpath): 84 84 continue 85 if not filename.endswith('.csv'):85 if not (filename.endswith('.csv') or filename.endswith('.gz')): 86 86 continue 87 87 result.append(DataCenterFile(fullpath))
Note: See TracChangeset for help on using the changeset viewer.