Skip to content

Commit

Permalink
disable saving to Athena Project File - not working well
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Dec 8, 2024
1 parent 943a6b1 commit 9d8dc14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions larch/wxxas/xasgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ def createMenus(self):


file_menu.AppendSeparator()
MenuItem(self, file_menu, "Save Selected Groups to Athena Project File",
"Save Selected Groups to an Athena Project File",
self.onExportAthenaProject)
# MenuItem(self, file_menu, "Save Selected Groups to Athena Project File",
# "Save Selected Groups to an Athena Project File",
# self.onExportAthenaProject)

MenuItem(self, file_menu, "Save Selected Groups to CSV File",
"Save Selected Groups to a CSV File",
Expand Down

0 comments on commit 9d8dc14

Please sign in to comment.