Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed May 8, 2024
1 parent 1bf3002 commit 90b09d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larch/wxxas/feffit_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ def plot_feffit_result(self, dataset_name, topwin=None, **opts):

dataset = self.larch.eval(dataset_name)
if dataset is None:
dgroup = self.controller.get_group()a
dgroup = self.controller.get_group()
else:
dgroup = dataset.data
data_name = dataset_name + '.data'
Expand Down

0 comments on commit 90b09d9

Please sign in to comment.