Merge pull request #5056 from andresdelfino/path-sep

Use the common path separator in systems other than UNIX-based
This commit is contained in:
Takeshi KOMIYA 2018-06-08 11:13:19 +09:00 committed by GitHub
commit fad20b733a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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