diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-07 12:01:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-07 12:01:11 -0400 |
commit | bbb7a1a7d2c1f0d251c2b1221263e0d4f1ca7527 (patch) | |
tree | 26b2011245ec0a9c32116342fe034f67ffed4ad9 /coverage/files.py | |
parent | 5574a6345276abccd29ce25490cf239425c62933 (diff) | |
download | python-coveragepy-bbb7a1a7d2c1f0d251c2b1221263e0d4f1ca7527.tar.gz |
Tweak up the last merge
Diffstat (limited to 'coverage/files.py')
-rw-r--r-- | coverage/files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/files.py b/coverage/files.py index 1feb9b6..a800b7a 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -64,6 +64,7 @@ if env.WINDOWS: head, tail = os.path.split(path) if not tail: + # This means head is the drive spec: normalize it. actpath = head.upper() elif not head: actpath = tail |