Skip to content

Commit

Permalink
don't measure coverage of windows-only code
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 29, 2014
1 parent 6f29565 commit 68a5ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/buildslave/commands/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def getCommand(name):
if runtime.platformType != 'win32':
WindowsError = RuntimeError

if runtime.platformType == 'win32':
if runtime.platformType == 'win32': # pragma: no cover
def rmdirRecursive(dir):
"""This is a replacement for shutil.rmtree that works better under
windows. Thanks to Bear at the OSAF for the code."""
Expand Down

0 comments on commit 68a5ec9

Please sign in to comment.