Compare commits
1 Commits
0.1.0.post
...
0.1.0.post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79518946ac |
@@ -191,7 +191,6 @@ class I_DataSync(ABC):
|
||||
for datasync_record in self.ar_datasync_record:
|
||||
self._impl_read_data(Path(datasync_record.name + datasync_record.suffix), Path(tmpdir))
|
||||
datasync_record.decompress(self.compressor, Path(tmpdir) / (datasync_record.name + datasync_record.suffix))
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def _impl_read_data(self, file_in: Path, file_out: Path) -> None:
|
||||
|
||||
Reference in New Issue
Block a user