Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TillHuckemann committed Nov 14, 2024
2 parents 2d77237 + ef4f4b2 commit 2273659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qumada/measurement/measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ def generate_lists(self) -> None:
self.dynamic_parameters[-1]["priority"] = prio
except ValueError:
pass
except TypeError:
pass

if self.buffered:
self.buffers = {
Expand Down

0 comments on commit 2273659

Please sign in to comment.