Changeset e7d0360e322ff61c241f2ec3970fc9803ae3795c
- Timestamp:
- 12/02/07 21:04:02
(1 year ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1196651042 -0600
- git-parent:
[2c6fea9719faf06109dce722eaa76389e5cfbcfb]
- git-author:
- Jason Michalski <armooo@armooo.net> 1196649728 -0600
- Message:
Default filter
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2c6fea9 |
re7d0360 |
|
| 65 | 65 | files.append( os.path.join(file, new_file) ) |
|---|
| 66 | 66 | |
|---|
| 67 | | file_type = query['Filter'][0] |
|---|
| | 67 | file_type = query.get('Filter', [''])[0] |
|---|
| 68 | 68 | if filterFunction: |
|---|
| 69 | 69 | files = [file for file in files if filterFunction(file, file_type)] |
|---|