mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5056 from andresdelfino/path-sep
Use the common path separator in systems other than UNIX-based
This commit is contained in:
commit
fad20b733a
@ -56,7 +56,7 @@ class CoverageBuilder(Builder):
|
||||
"""
|
||||
name = 'coverage'
|
||||
epilog = __('Testing of coverage in the sources finished, look at the '
|
||||
'results in %(outdir)s/python.txt.')
|
||||
'results in %(outdir)s' + path.sep + 'python.txt.')
|
||||
|
||||
def init(self):
|
||||
# type: () -> None
|
||||
|
Loading…
Reference in New Issue
Block a user