diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-03-03 07:24:56 -0800 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-03 11:59:30 -0500 |
| commit | 6309cd4c2d735cdf5c2360094a5c454def6a182e (patch) | |
| tree | 128f234273d40ec4b805cbea4ec149984ab78a64 | |
| parent | 31819e3ad4aac0d4ac87d41d9b4a20ecd5cc186a (diff) | |
| download | python-coveragepy-git-6309cd4c2d735cdf5c2360094a5c454def6a182e.tar.gz | |
Remove executable bit from static assets
These files are simply static assets and do not require an executable
bit. They are never intended to be executed as standalone scripts.
| -rw-r--r--[-rwxr-xr-x] | coverage/htmlfiles/keybd_closed.png | bin | 112 -> 112 bytes |
| -rw-r--r--[-rwxr-xr-x] | coverage/htmlfiles/keybd_open.png | bin | 112 -> 112 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/coverage/htmlfiles/keybd_closed.png b/coverage/htmlfiles/keybd_closed.png Binary files differindex db114023..db114023 100755..100644 --- a/coverage/htmlfiles/keybd_closed.png +++ b/coverage/htmlfiles/keybd_closed.png diff --git a/coverage/htmlfiles/keybd_open.png b/coverage/htmlfiles/keybd_open.png Binary files differindex db114023..db114023 100755..100644 --- a/coverage/htmlfiles/keybd_open.png +++ b/coverage/htmlfiles/keybd_open.png |
