changeset 666:3c1c52f5e8ad

0.6dev: Fix for python:figleaf coverage annotation linking from Windows builds.
author osimons
date Thu, 03 Sep 2009 11:35:32 +0000
parents 177d52932d03
children 9d19ae17a401
files bitten/build/pythontools.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/build/pythontools.py
+++ b/bitten/build/pythontools.py
@@ -410,7 +410,7 @@
             else:
                 line_hits.append('0')
         module = xmlio.Element('coverage', name=modname,
-                               file=filename,
+                               file=filename.replace(os.sep, '/'),
                                percentage=percentage,
                                lines=len(interesting_lines),
                                line_hits=' '.join(line_hits))
Copyright (C) 2012-2017 Edgewall Software