Skip to content

Commit

Permalink
fix blobber extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Dec 12, 2023
1 parent d9ab279 commit ee70af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def input_parser(plan, input_args):
labels=participant["prometheus_config"]["labels"],
),
blobber_enabled=participant["blobber_enabled"],
blobber_extra_params=participant["blobber_params"],
blobber_extra_params=participant["blobber_extra_params"],
)
for participant in result["participants"]
],
Expand Down Expand Up @@ -443,7 +443,7 @@ def default_participant():
"labels": None,
},
"blobber_enabled": False,
"blobber_params": [],
"blobber_extra_params": [],
}


Expand Down

0 comments on commit ee70af0

Please sign in to comment.