Skip to content

Commit 00ace93

Browse files
committed
fix bug introduced when merging in main ()
1 parent 7337bc7 commit 00ace93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fooof/objs/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def plot(self, plot_peaks=None, plot_aperiodic=True, plt_log=False,
650650

651651

652652
@copy_doc_func_to_method(save_report_fm)
653-
def save_report(self, file_name, file_path=None, plt_log=False, add_settings=True):
653+
def save_report(self, file_name, file_path=None, plt_log=False, add_settings=True, **plot_kwargs):
654654

655655
save_report_fm(self, file_name, file_path, plt_log, add_settings, **plot_kwargs)
656656

0 commit comments

Comments
 (0)