Skip to content

Commit 1e3953a

Browse files
authored
25.1.2.7-rc (#21095)
2 parents e0e29e9 + 05e29cc commit 1e3953a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/tools/ydbd_slice/nodes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,4 @@ def copy(self, local_path, remote_path, directory=False, compressed_path=None):
179179
self._copy_between_nodes(hub, remote_path, self._nodes[1:], remote_path)
180180
if compressed_path is not None:
181181
self.execute_async('if [ "{from_}" -nt "{to}" -o "{to}" -nt "{from_}" ]; then sudo zstd -df "{from_}" -o "{to}" -T0; fi'.format(from_=remote_path, to=original_remote_path))
182+

0 commit comments

Comments
 (0)