Skip to content

Commit

Permalink
Initial change to apply configs/options and template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Sep 27, 2023
1 parent cf129df commit 949714e
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 160 deletions.
4 changes: 2 additions & 2 deletions spyder/plugins/editor/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,8 @@ def save_bookmark(self, *args, **kwargs):
def load_bookmark(self, *args, **kwargs):
return self.get_widget().load_bookmark(*args, **kwargs)

def edit_template(self, *args, **kwargs):
return self.get_widget().edit_template(*args, **kwargs)
def edit_template(self):
return self.get_widget().edit_template()

def get_filenames(self, *args, **kwargs):
return self.get_widget().get_filenames(*args, **kwargs)
Expand Down
Loading

0 comments on commit 949714e

Please sign in to comment.