Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Jun 21, 2017
1 parent f4814f9 commit ff2740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_watch/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def run_hook(cmd, *args):
subprocess.call(command, shell=True)


def watch(directories=[], ignore=[], extensions=[], beep_on_failure=True,
def watch(directories=[], ignore=[], extensions=[], beep_on_failure=True,
auto_clear=False, wait=False, beforerun=None, afterrun=None,
onpass=None, onfail=None, onexit=None, runner=None, spool=None,
poll=False, verbose=False, quiet=False, pytest_args=[]):
Expand Down

0 comments on commit ff2740e

Please sign in to comment.