| commit | d740faeded968de3881405d7de09dc6d2e0d7b06 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Wed Feb 03 11:12:51 2016 -0800 |
| committer | Anthony Sottile <asottile@umich.edu> | Wed Feb 03 11:12:51 2016 -0800 |
| tree | 1b39116b0c21fdf559f4f5b17a140d3b5667b92e | |
| parent | 64943e86417774b9d6ba63c74e00f8cc3e2119e0 [diff] |
Typo in no cover comment
diff --git a/pre_commit_hooks/check_symlinks.py b/pre_commit_hooks/check_symlinks.py index 3fcaecc..713dd83 100644 --- a/pre_commit_hooks/check_symlinks.py +++ b/pre_commit_hooks/check_symlinks.py
@@ -18,7 +18,7 @@ if ( os.path.islink(filename) and not os.path.exists(filename) - ): # pragma no cover (symlink support required) + ): # pragma: no cover (symlink support required) print('{0}: Broken symlink'.format(filename)) retv = 1