[#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 Andrey Berezin
parent 50e2f55362
commit 2d8f5e6c0d
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]