Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 18, 2021
1 parent d13f14d commit ac12293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/dataset/data_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _get_data_from_ds(
if ds.description.shapes is not None:
data_dicts_list[-1]["shape"] = ds.description.shapes.get(dependent.name)
else:
data_dicts_list[-1] = None
data_dicts_list[-1]["shape"] = None

output.append(data_dicts_list)

Expand Down

0 comments on commit ac12293

Please sign in to comment.