aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/botocore
diff options
context:
space:
mode:
authorAleksandr <ivansduck@gmail.com>2022-02-10 16:47:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:52 +0300
commitea6c5b7f172becca389cacaff7d5f45f6adccbe6 (patch)
treed16cef493ac1e092b4a03ab9437ec06ffe3d188f /contrib/python/botocore
parent37de222addabbef336dcaaea5f7c7645a629fc6d (diff)
downloadydb-ea6c5b7f172becca389cacaff7d5f45f6adccbe6.tar.gz
Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/botocore')
-rw-r--r--contrib/python/botocore/botocore/loaders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/botocore/botocore/loaders.py b/contrib/python/botocore/botocore/loaders.py
index 8eaf58aab7..59f99ce830 100644
--- a/contrib/python/botocore/botocore/loaders.py
+++ b/contrib/python/botocore/botocore/loaders.py
@@ -207,7 +207,7 @@ class HybridJsonLoader(JSONFileLoader):
@classmethod
def path_in_arcadia_resources(cls, file_path):
for prefix in cls.arcadia_resources_path:
- path = '{}{}.json'.format(prefix, file_path)
+ path = '{}{}.json'.format(prefix, file_path)
if path in resource.resfs_files():
return path
return