[#84] preset: fix typo

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2023-07-19 14:55:44 +03:00 committed by Evgenii Stratonikov
parent 704c0f06bc
commit 4ef3795e04
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ def main():
for run in objects_runs:
result = run.result()
if run.result:
if result:
container_id = result[0]
endpoint = result[1]
object_id = result[2]

View file

@ -93,7 +93,7 @@ def main():
for run in objects_runs:
result = run.result()
if run.result:
if result:
bucket = result[0]
endpoint = result[1]
object_id = result[2]