Skip to content

Commit

Permalink
Merge remote-tracking branch 'utoronto/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cfobel committed Sep 21, 2016
2 parents 58fb2d0 + 6ee4d80 commit 956aa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microdrop/gui/experiment_log_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def on_button_export_data_clicked(self, widget, data=None):
self.results.log)

if export_data:
writer = pd.ExcelWriter(export_path)
writer = pd.ExcelWriter(export_path, engine='openpyxl')
for i, (plugin_name, plugin_data) in enumerate(export_data.iteritems()):
for name, df in plugin_data.iteritems():
# Excel sheet names have a 31 character max
Expand Down

0 comments on commit 956aa5d

Please sign in to comment.