Bug 1434938 - Fix printing warning when there are no valid records in the JSVM info files. r=chmanchester

This commit is contained in:
Marco Castelluccio
2018-02-01 16:42:35 +01:00
parent 613cafaae2
commit b7d3e74dba

View File

@@ -647,7 +647,7 @@ class LcovFileRewriter(object):
lcov_file.print_file(out_fh, rewrite_source, self.pp_rewriter.rewrite_record)
if not found_valid[0]:
print("WARNING: No valid records found in %s" % in_path)
print("WARNING: No valid records found in %s" % in_paths)
return