Skip to content

Commit

Permalink
ruff catches bug?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jan 12, 2024
1 parent de1d0bf commit 23c6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asammdf/blocks/mdf_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -7989,7 +7989,7 @@ def _yield_selected_signals(
if group_index == index:
master_index = idx

encodings = {group_index: [None] for groups_index in groups}
encodings = {group_index: [None] for group_index in groups}

self._set_temporary_master(None)
idx = 0
Expand Down

0 comments on commit 23c6ae1

Please sign in to comment.