Skip to content

Commit

Permalink
Too many positional parameters. self is not invoked as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsIch committed Dec 9, 2016
1 parent 9c7d285 commit ed48c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newskintools.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def create_skin(self, name):

def open_skin_file(self, view):
if view.is_loading():
sublime.set_timeout(lambda: self.open_skin_file(self, view),
sublime.set_timeout(lambda: self.open_skin_file(view),
100)
return

Expand Down

0 comments on commit ed48c52

Please sign in to comment.