We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572fe98 commit 4e7aedaCopy full SHA for 4e7aeda
core/testcontainers/core/container.py
@@ -85,7 +85,7 @@ def with_copy_file_to_container(self, source_file: Path, destination_file: Path)
85
86
return self
87
88
- def copy_file_from_container(self, container_file: str, destination_file: str) -> str:
+ def copy_file_from_container(self, container_file: Path, destination_file: Path) -> Path:
89
tar_stream, _ = self._container.get_archive(container_file)
90
91
for chunk in tar_stream:
0 commit comments