Index: trunk/tools/editor_trends/etl/downloader.py |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | print 'Error: %s' % error |
96 | 96 | finally: |
97 | 97 | fh.close() |
98 | | - file_utils.set_modified_data(mod_date, properties.location, filename) |
| 98 | + file_utils.set_modified_data(mod_date, properties.input_location, filename) |
99 | 99 | |
100 | 100 | |
101 | 101 | |