()
| 169 | |
| 170 | # Load new content file and download changed files in new thread |
| 171 | def downloader(): |
| 172 | site.downloadContent(inner_path, peer=peer, diffs=params.get("diffs", {})) |
| 173 | del self.server.files_parsing[file_uri] |
| 174 | |
| 175 | gevent.spawn(downloader) |
| 176 | else: |
nothing calls this directly
no test coverage detected