Changeset 201c11ba03d5ea416988c3afe2aebfe9ec5317ef
- Timestamp:
- 01/26/08 09:28:04
(1 year ago)
- Author:
- William McBrine <wmcbrine@gmail.com>
- git-committer:
- William McBrine <wmcbrine@gmail.com> 1201361284 -0500
- git-parent:
[26f47cd441beeadb2ffc9a6ab7091595de431a0a]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1201361284 -0500
- Message:
Pointless variable.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9b40acc |
r201c11b |
|
| 133 | 133 | return |
|---|
| 134 | 134 | |
|---|
| 135 | | def video_file_filter(file, type = None): |
|---|
| 136 | | full_path = file |
|---|
| | 135 | def video_file_filter(full_path, type = None): |
|---|
| 137 | 136 | if os.path.isdir(full_path): |
|---|
| 138 | 137 | return True |
|---|