Skip to content

Commit

Permalink
[FIX][T1902]product_configurator : remove active_cfg_line
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev authored and pledrateam committed Oct 11, 2022
1 parent ec0e8ac commit d22d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_configurator/wizard/product_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def action_previous_step(self):
cfg_step_line_id = int(self.state)
active_cfg_line_id = cfg_step_lines.filtered(
lambda x: x.id == cfg_step_line_id).id
except:
except Exception:
active_cfg_line_id = None

adjacent_steps = self.config_session_id.get_adjacent_steps(
Expand Down

0 comments on commit d22d395

Please sign in to comment.