aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordskor <dskor@yandex-team.com>2023-03-22 10:04:48 +0300
committerdskor <dskor@yandex-team.com>2023-03-22 10:04:48 +0300
commit1aa35231432c5b061f827fee7188229557b2b781 (patch)
treecc0fc3c5949f9886dd6897fb0a1531198849ce77
parent5872c70caea759bb84a5330601f18bd7b0b38f73 (diff)
downloadydb-1aa35231432c5b061f827fee7188229557b2b781.tar.gz
Fix pah_join
-rwxr-xr-xbuild/scripts/fetch_from.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/fetch_from.py b/build/scripts/fetch_from.py
index 96b255d6e0..34d0d8baef 100755
--- a/build/scripts/fetch_from.py
+++ b/build/scripts/fetch_from.py
@@ -347,7 +347,7 @@ def process(fetched_file, file_name, args, remove=True):
for member in inputs:
hardlink_or_copy(
os.path.normpath(os.path.join(fetched_file, member)),
- os.path.normpath(os.path_join(args.untar_to, member)))
+ os.path.normpath(os.path.join(args.untar_to, member)))
else:
# Extract only requested files
try: