Skip to content

Commit

Permalink
fix markers test
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Mar 26, 2024
1 parent f7cf3ab commit bda912c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdaviz/configs/default/plugins/export/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def export(self, filename=None, show_dialog=None):
self.save_figure(viewer, filename, filetype, show_dialog=show_dialog)

elif len(self.table.selected):
filetype = self.table_format.selected
if not filename.endswith(filetype):
filename += f".{filetype}"
self.table.selected_obj.export_table(filename, overwrite=True)
Expand Down

0 comments on commit bda912c

Please sign in to comment.