Skip to content

Commit

Permalink
bugfix for saving athena projects
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jul 9, 2018
1 parent 35d07e9 commit d7d475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/xasgui/xasgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def save_athena_project(self, filename, grouplist, prompt=True):

aprj = AthenaProject(filename=outfile, _larch=self.larch)
for label, grp in zip(grouplist, savegroups):
aprj.add_group(grp, label=label)
aprj.add_group(grp)

aprj.save(use_gzip=True)

Expand Down

0 comments on commit d7d475c

Please sign in to comment.