fix merge
This commit is contained in:
parent
4853e7883c
commit
e9d83f1fce
|
|
@ -287,7 +287,7 @@ class Test(Widget):
|
||||||
# if recipe not set: select_recipe
|
# if recipe not set: select_recipe
|
||||||
if self.recipe_selection_mode == "barcode":
|
if self.recipe_selection_mode == "barcode":
|
||||||
self.log.info(f"returning to barcode recipe selection")
|
self.log.info(f"returning to barcode recipe selection")
|
||||||
self.step = {"type":"barcode_recipe_selection","spec":{}}
|
self.step = Step(step_type="barcode_recipe_selection")
|
||||||
else:
|
else:
|
||||||
self.log.info(f"returning to recipe selection table")
|
self.log.info(f"returning to recipe selection table")
|
||||||
self.step = Step(step_type="select_recipe")
|
self.step = Step(step_type="select_recipe")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user