Index: trunk/tools/editor_trends/classes/runtime_settings.py |
— | — | @@ -148,7 +148,7 @@ |
149 | 149 | |
150 | 150 | def set_input_location(self): |
151 | 151 | files = os.listdir(self.input_location) |
152 | | - extensions = ['gz', '7z', 'bz2'] |
| 152 | + extensions = ['.gz', '.7z', '.bz2'] |
153 | 153 | for file in files: |
154 | 154 | basename, ext = os.path.splitext(file) |
155 | 155 | if ext in extensions: |