Skip to content

Commit

Permalink
Merge 0effcd1 into 345bea9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmc734 committed Feb 5, 2016
2 parents 345bea9 + 0effcd1 commit 20e6739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_autobuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def examine(self):
action_file = self._action_file or True # TODO: Hack (see above)
return action_file, None

def watch(self, path, action, _):
def watch(self, path, action, _, **kargs):
"""
Called by the Server instance when a new watch task is requested.
"""
Expand Down

0 comments on commit 20e6739

Please sign in to comment.