Skip to content

Commit

Permalink
fix: include logs when exporting data (close #126)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 11, 2022
1 parent 512412e commit cc4dfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
2.11.9
- fix: include logs when exporting data (#126)
- setup: bump dclab from 0.46.2 to 0.46.4 (new features)
2.11.8
- setup: bump dclab from 0.45.0 to 0.46.2 (#132)
Expand Down
1 change: 1 addition & 0 deletions shapeout2/gui/export/e2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def export_data(self):
ds.export.hdf5(
path=path,
features=[ff for ff in features if ff in ds.features],
logs=True,
override=True)
elif self.file_format == "fcs":
ds.export.fcs(
Expand Down

0 comments on commit cc4dfac

Please sign in to comment.