Skip to content

Commit

Permalink
fix fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Mar 18, 2024
1 parent 94d46ff commit 55e8d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/gui/widgets/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ def keyPressEvent(self, event):
)

if file_name:
signals = [signal for signal in self.channels.dataView.signals if signal.enable]
signals = [signal for signal in self.channels.dataView.backend.signals if signal.enable]
if signals:
with mdf_module.MDF() as mdf:
groups = {}
Expand Down

0 comments on commit 55e8d3d

Please sign in to comment.