(self, subcategory, value)
| 95 | return None |
| 96 | |
| 97 | def _report_config_error(self, subcategory, value): |
| 98 | config.log.warning("Subcategory '%s' set to '%s' instead of object", |
| 99 | subcategory, util.json_dumps(value).strip('"')) |
| 100 | |
| 101 | def download(self, url, pathfmt): |
| 102 | """Write data from 'url' into the file specified by 'pathfmt'""" |
no test coverage detected