| Conditions | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | """Command object |
||
| 36 | |||
| 37 | # def get_file(self): |
||
| 38 | # """Retrieve file from redis and unzip it to the local filesystem |
||
| 39 | # """ |
||
| 40 | # # Get hash from redis |
||
| 41 | # self.logger.debug("Retrieving "+self.filename+"...") |
||
| 42 | # self.fman.retrieve_file(self.filename) |
||
| 43 | # |
||
| 44 | # # Write it in the tmp folder |
||
| 45 | # self._unzip_file() |
||
| 73 |