From 7092aa5e54c2c388960f223aabded527f3ccc324 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 7 Jun 2015 12:01:11 -0400 Subject: Tweak up the last merge --- coverage/files.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/files.py') diff --git a/coverage/files.py b/coverage/files.py index 1feb9b68..a800b7a9 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 -- cgit v1.2.1