Correct incorrect comment
This commit is contained in:
parent
63ce1c5551
commit
f49952b4f2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class HldsSemanticActions:
|
||||||
if not isinstance(choice[1], Choice):
|
if not isinstance(choice[1], Choice):
|
||||||
dish.choices[i] = (dish.choices[i][0], deepcopy(choices[choice[1]]))
|
dish.choices[i] = (dish.choices[i][0], deepcopy(choices[choice[1]]))
|
||||||
|
|
||||||
# Move the base price to the first single_choice if the dish has a fixed price
|
# Move the base price to the first single_choice if the dish doesn't have a fixed price
|
||||||
first_single_choice = first(
|
first_single_choice = first(
|
||||||
c[1] for c in dish.choices if c[0] == "single_choice"
|
c[1] for c in dish.choices if c[0] == "single_choice"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue