|
@ -713,7 +713,6 @@ class FileDownloader(object): |
|
|
self.trouble(u'ERROR: Cannot write description file: %s' % str(descfn)) |
|
|
self.trouble(u'ERROR: Cannot write description file: %s' % str(descfn)) |
|
|
return |
|
|
return |
|
|
|
|
|
|
|
|
print(repr(self.params)) |
|
|
|
|
|
if self.params.get('writeinfojson', False): |
|
|
if self.params.get('writeinfojson', False): |
|
|
infofn = filename + '.info.json' |
|
|
infofn = filename + '.info.json' |
|
|
self.report_writeinfojson(infofn) |
|
|
self.report_writeinfojson(infofn) |
|
|