Skip to content

Commit

Permalink
Update qcodes/dataset/measurements.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Astafev <astafan8@gmail.com>
  • Loading branch information
jenshnielsen and astafan8 committed Aug 25, 2023
1 parent 355881d commit 0bd59d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcodes/dataset/measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ def __enter__(self) -> DataSaver:
"ds_name": self.ds.name,
"write_in_background": self._write_in_background,
"extra_log_info": self._extra_log_info,
"dataset_class": self._dataset_class.name,
}
)
print(
Expand Down

0 comments on commit 0bd59d1

Please sign in to comment.