Skip to content

Commit

Permalink
Pylint: Fix clicks on it not going to the Editor
Browse files Browse the repository at this point in the history
Fixes #3219

Thanks to @TWAC for the fix
  • Loading branch information
ccordoba12 committed Jun 10, 2016
1 parent 28794ef commit a1f0541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyderlib/plugins/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@ def change_max_recent_files(self):

@Slot(bool)
@Slot(str)
@Slot(str, int, str)
@Slot(str, int, str, object)
def load(self, filenames=None, goto=None, word='', editorwindow=None,
processevents=True):
Expand Down

0 comments on commit a1f0541

Please sign in to comment.